Fix wildcard description in pihole man page

Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
pull/2236/head
Mcat12 6 years ago
parent 1b276a74fe
commit b2a36f71a0
No known key found for this signature in database
GPG Key ID: ABB8FC9789AF524D

@ -282,8 +282,8 @@ Some usage examples
.br
\fBpihole -b -d noads.example.com\fR Remove "noads.example.com" from blacklist
.br
\fBpihole -wild "^example.*$"\fR Add "^example.*$" as a regex pattern - would
block all domains starting with "example"
\fBpihole -wild example.com\fR Add example.com as a wildcard - would
block all subdomains of example.com, including example.com itself.
.br
\fBpihole -regex "ad.*\.example\.com$"\fR Add "ad.*\.example\.com$" to the regex
blacklist - would block all subdomains of example.com which start with "ad"

Loading…
Cancel
Save