1
1
# NAME
2
2
3
- hBlock - manual page for hBlock 3.3.1
3
+ hBlock - manual page for hBlock 3.3.2
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
>
@@ -42,7 +42,7 @@ from connecting to them.
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
>
@@ -61,7 +61,7 @@ from connecting to them.
61
61
>
62
62
> (default: builtin)
63
63
64
- ** -S** , ** --sources** \< FILE\| builtin\| none\| ->, ${HBLOCK_SOURCES_FILE}
64
+ ** -S** , ** --sources** \< FILE\| builtin\| none\| -\ > , ${HBLOCK_SOURCES_FILE}
65
65
66
66
> File with line separated URLs used to generate the blocklist.
67
67
>
@@ -80,7 +80,7 @@ from connecting to them.
80
80
>
81
81
> (default: builtin)
82
82
83
- ** -A** , ** --allowlist** \< FILE\| builtin\| none\| ->,
83
+ ** -A** , ** --allowlist** \< FILE\| builtin\| none\| -\ > ,
84
84
${HBLOCK_ALLOWLIST_FILE}
85
85
86
86
> File with line separated entries to be removed from the blocklist.
@@ -100,7 +100,7 @@ ${HBLOCK_ALLOWLIST_FILE}
100
100
>
101
101
> (default: builtin)
102
102
103
- ** -D** , ** --denylist** \< FILE\| builtin\| none\| ->,
103
+ ** -D** , ** --denylist** \< FILE\| builtin\| none\| -\ > ,
104
104
${HBLOCK_DENYLIST_FILE}
105
105
106
106
> File with line separated entries to be added to the blocklist.
@@ -120,31 +120,31 @@ ${HBLOCK_DENYLIST_FILE}
120
120
>
121
121
> (default: builtin)
122
122
123
- ** -R** , ** --redirection** \< REDIRECTION>, ${HBLOCK_REDIRECTION}
123
+ ** -R** , ** --redirection** \< REDIRECTION\ > , ${HBLOCK_REDIRECTION}
124
124
125
125
> Redirection for all entries in the blocklist.
126
126
>
127
127
> (default: 0.0.0.0)
128
128
129
- ** -W** , ** --wrap** \< NUMBER>, ${HBLOCK_WRAP}
129
+ ** -W** , ** --wrap** \< NUMBER\ > , ${HBLOCK_WRAP}
130
130
131
131
> Break blocklist lines after this number of entries.
132
132
>
133
133
> (default: 1)
134
134
135
- ** -T** , ** --template** \< TEMPLATE>, ${HBLOCK_TEMPLATE}
135
+ ** -T** , ** --template** \< TEMPLATE\ > , ${HBLOCK_TEMPLATE}
136
136
137
137
> Template applied to each entry.
138
138
>
139
- > %D = \< DOMAIN>, %R = \< REDIRECTION>
139
+ > %D = \< DOMAIN\ > , %R = \< REDIRECTION\ >
140
140
>
141
141
> (default: %R %D)
142
142
143
- ** -C** , ** --comment** \< COMMENT>, ${HBLOCK_COMMENT}
143
+ ** -C** , ** --comment** \< COMMENT\ > , ${HBLOCK_COMMENT}
144
144
145
145
> Character used for comments.
146
146
>
147
- > (default: #)
147
+ > (default: \ # )
148
148
149
149
** -l** , ** --\[ no-\] lenient** , ${HBLOCK_LENIENT}
150
150
@@ -185,7 +185,7 @@ ${HBLOCK_DENYLIST_FILE}
185
185
>
186
186
> (default: false)
187
187
188
- ** -x** , ** --color** \< auto\| true\| false>, ${HBLOCK_COLOR}
188
+ ** -x** , ** --color** \< auto\| true\| false\ > , ${HBLOCK_COLOR}
189
189
190
190
> Colorize the output.
191
191
>
@@ -201,9 +201,9 @@ ${HBLOCK_DENYLIST_FILE}
201
201
202
202
# REPORTING BUGS
203
203
204
- Report bugs to: \< https://github.com/hectorm/hblock/issues>
204
+ Report bugs to: \< https://github.com/hectorm/hblock/issues\ >
205
205
206
206
207
- Author: Héctor Molinero Fernández
\< [email protected] >
207
+ Author: Héctor Molinero Fernández
\< [email protected] \ >
208
208
License: MIT, https://opensource.org/licenses/MIT
209
209
Repository: https://github.com/hectorm/hblock
0 commit comments