1
1
# NAME
2
2
3
- hBlock - manual page for hBlock 3.4.0
3
+ hBlock - manual page for hBlock 3.4.1
4
4
5
5
# SYNOPSIS
6
6
@@ -15,15 +15,15 @@ from connecting to them.
15
15
16
16
# OPTIONS
17
17
18
- ** -O** , ** --output** \< FILE\| -\> , ${HBLOCK_OUTPUT_FILE}
18
+ ** -O** , ** --output** \< FILE\| -\> , \ $ {HBLOCK_OUTPUT_FILE}
19
19
20
20
> Output file location.
21
21
>
22
22
> If equals "-", it is printed to stdout.
23
23
>
24
24
> (default: * /etc/hosts* )
25
25
26
- ** -H** , ** --header** \< FILE\| builtin\| none\| -\> , ${HBLOCK_HEADER_FILE}
26
+ ** -H** , ** --header** \< FILE\| builtin\| none\| -\> , \ $ {HBLOCK_HEADER_FILE}
27
27
28
28
> File to be included at the beginning of the output file.
29
29
>
@@ -36,13 +36,13 @@ from connecting to them.
36
36
> If unspecified and any of the following files exists, its content is
37
37
> used.
38
38
>
39
- > ${XDG_CONFIG_HOME}/hblock/header
39
+ > \ $ {XDG_CONFIG_HOME}/hblock/header
40
40
>
41
41
> * /etc/hblock/header*
42
42
>
43
43
> (default: builtin)
44
44
45
- ** -F** , ** --footer** \< FILE\| builtin\| none\| -\> , ${HBLOCK_FOOTER_FILE}
45
+ ** -F** , ** --footer** \< FILE\| builtin\| none\| -\> , \ $ {HBLOCK_FOOTER_FILE}
46
46
47
47
> File to be included at the end of the output file.
48
48
>
@@ -55,13 +55,14 @@ from connecting to them.
55
55
> If unspecified and any of the following files exists, its content is
56
56
> used.
57
57
>
58
- > ${XDG_CONFIG_HOME}/hblock/footer
58
+ > \ $ {XDG_CONFIG_HOME}/hblock/footer
59
59
>
60
60
> * /etc/hblock/footer*
61
61
>
62
62
> (default: builtin)
63
63
64
- ** -S** , ** --sources** \< FILE\| builtin\| none\| -\> , ${HBLOCK_SOURCES_FILE}
64
+ ** -S** , ** --sources** \< FILE\| builtin\| none\| -\> ,
65
+ \$ {HBLOCK_SOURCES_FILE}
65
66
66
67
> File with line separated URLs used to generate the blocklist.
67
68
>
@@ -74,14 +75,14 @@ from connecting to them.
74
75
> If unspecified and any of the following files exists, its content is
75
76
> used.
76
77
>
77
- > ${XDG_CONFIG_HOME}/hblock/sources.list
78
+ > \ $ {XDG_CONFIG_HOME}/hblock/sources.list
78
79
>
79
80
> * /etc/hblock/sources.list*
80
81
>
81
82
> (default: builtin)
82
83
83
84
** -A** , ** --allowlist** \< FILE\| builtin\| none\| -\> ,
84
- ${HBLOCK_ALLOWLIST_FILE}
85
+ \ $ {HBLOCK_ALLOWLIST_FILE}
85
86
86
87
> File with line separated entries to be removed from the blocklist.
87
88
>
@@ -94,14 +95,14 @@ ${HBLOCK_ALLOWLIST_FILE}
94
95
> If unspecified and any of the following files exists, its content is
95
96
> used.
96
97
>
97
- > ${XDG_CONFIG_HOME}/hblock/allow.list
98
+ > \ $ {XDG_CONFIG_HOME}/hblock/allow.list
98
99
>
99
100
> * /etc/hblock/allow.list*
100
101
>
101
102
> (default: builtin)
102
103
103
104
** -D** , ** --denylist** \< FILE\| builtin\| none\| -\> ,
104
- ${HBLOCK_DENYLIST_FILE}
105
+ \ $ {HBLOCK_DENYLIST_FILE}
105
106
106
107
> File with line separated entries to be added to the blocklist.
107
108
>
@@ -114,78 +115,78 @@ ${HBLOCK_DENYLIST_FILE}
114
115
> If unspecified and any of the following files exists, its content is
115
116
> used.
116
117
>
117
- > ${XDG_CONFIG_HOME}/hblock/deny.list
118
+ > \ $ {XDG_CONFIG_HOME}/hblock/deny.list
118
119
>
119
120
> * /etc/hblock/deny.list*
120
121
>
121
122
> (default: builtin)
122
123
123
- ** -R** , ** --redirection** \< REDIRECTION\> , ${HBLOCK_REDIRECTION}
124
+ ** -R** , ** --redirection** \< REDIRECTION\> , \ $ {HBLOCK_REDIRECTION}
124
125
125
126
> Redirection for all entries in the blocklist.
126
127
>
127
128
> (default: 0.0.0.0)
128
129
129
- ** -W** , ** --wrap** \< NUMBER\> , ${HBLOCK_WRAP}
130
+ ** -W** , ** --wrap** \< NUMBER\> , \ $ {HBLOCK_WRAP}
130
131
131
132
> Break blocklist lines after this number of entries.
132
133
>
133
134
> (default: 1)
134
135
135
- ** -T** , ** --template** \< TEMPLATE\> , ${HBLOCK_TEMPLATE}
136
+ ** -T** , ** --template** \< TEMPLATE\> , \ $ {HBLOCK_TEMPLATE}
136
137
137
138
> Template applied to each entry.
138
139
>
139
140
> %D = \< DOMAIN\> , %R = \< REDIRECTION\>
140
141
>
141
142
> (default: %R %D)
142
143
143
- ** -C** , ** --comment** \< COMMENT\> , ${HBLOCK_COMMENT}
144
+ ** -C** , ** --comment** \< COMMENT\> , \ $ {HBLOCK_COMMENT}
144
145
145
146
> Character used for comments.
146
147
>
147
148
> (default: \# )
148
149
149
- ** -l** , ** --\[ no-\] lenient** , ${HBLOCK_LENIENT}
150
+ ** -l** , ** --\[ no-\] lenient** , \ $ {HBLOCK_LENIENT}
150
151
151
152
> Match all entries from sources regardless of their IP, instead of
152
153
> 0.0.0.0, 127.0.0.1, ::, ::1 or nothing.
153
154
>
154
155
> (default: false)
155
156
156
- ** -r** , ** --\[ no-\] regex** , ${HBLOCK_REGEX}
157
+ ** -r** , ** --\[ no-\] regex** , \ $ {HBLOCK_REGEX}
157
158
158
159
> Use POSIX BREs in the allowlist instead of fixed strings.
159
160
>
160
161
> (default: false)
161
162
162
- ** -f** , ** --\[ no-\] filter-subdomains** , ${HBLOCK_FILTER_SUBDOMAINS}
163
+ ** -f** , ** --\[ no-\] filter-subdomains** , \ $ {HBLOCK_FILTER_SUBDOMAINS}
163
164
164
165
> Do not include subdomains when the parent domain is also blocked.
165
166
> Useful for reducing the blocklist size in cases such as when DNS
166
167
> blocking makes these subdomains redundant.
167
168
>
168
169
> (default: false)
169
170
170
- ** -c** , ** --\[ no-\] continue** , ${HBLOCK_CONTINUE}
171
+ ** -c** , ** --\[ no-\] continue** , \ $ {HBLOCK_CONTINUE}
171
172
172
173
> Do not abort if a download error occurs.
173
174
>
174
175
> (default: false)
175
176
176
- ** -p** , ** --parallel** , ${HBLOCK_PARALLEL}
177
+ ** -p** , ** --parallel** , \ $ {HBLOCK_PARALLEL}
177
178
178
179
> Maximum concurrency for parallel downloads.
179
180
>
180
181
> (default: 4)
181
182
182
- ** -q** , ** --\[ no-\] quiet** , ${HBLOCK_QUIET}
183
+ ** -q** , ** --\[ no-\] quiet** , \ $ {HBLOCK_QUIET}
183
184
184
185
> Suppress non-error messages.
185
186
>
186
187
> (default: false)
187
188
188
- ** -x** , ** --color** \< auto\| true\| false\> , ${HBLOCK_COLOR}
189
+ ** -x** , ** --color** \< auto\| true\| false\> , \ $ {HBLOCK_COLOR}
189
190
190
191
> Colorize the output.
191
192
>
0 commit comments