mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-15 11:59:04 +00:00
Update pihole man page for regex
Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
This commit is contained in:
parent
0f4968d75c
commit
61f0cbe10a
1 changed files with 7 additions and 7 deletions
|
@ -68,7 +68,7 @@ Available commands and options:
|
||||||
|
|
||||||
\fB-wild, wildcard\fR [options] [<domain1> <domain2 ...>]
|
\fB-wild, wildcard\fR [options] [<domain1> <domain2 ...>]
|
||||||
.br
|
.br
|
||||||
Add or removes specified domain, and all subdomains to the blacklist
|
Add or removes specified regex pattern to the regex blacklist
|
||||||
.br
|
.br
|
||||||
|
|
||||||
(Whitelist/Blacklist manipulation options):
|
(Whitelist/Blacklist manipulation options):
|
||||||
|
@ -277,7 +277,7 @@ Some usage examples
|
||||||
.br
|
.br
|
||||||
\fBpihole -b -d noads.example.com\fR Remove "noads.example.com" from blacklist
|
\fBpihole -b -d noads.example.com\fR Remove "noads.example.com" from blacklist
|
||||||
.br
|
.br
|
||||||
\fBpihole -wild example.com\fR Add "example.com" as wildcard - would block ads.example.com, www.example.com etc.
|
\fBpihole -wild ^example.*$\fR Add "^example.*$" as a regex pattern - would block all domains starting with "example"
|
||||||
.br
|
.br
|
||||||
|
|
||||||
Changing the Web Interface password
|
Changing the Web Interface password
|
||||||
|
|
Loading…
Add table
Reference in a new issue