Skip to content

Commit

Permalink
Help: No need for a trailing ".*$" as this will match anything (so we…
Browse files Browse the repository at this point in the history
… can also just leave it off)

Signed-off-by: DL6ER <[email protected]>
  • Loading branch information
DL6ER committed Jul 1, 2018
1 parent 2759ec0 commit 7c742a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion help.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<div class="col-md-12">
<h2>White- / Blacklist</h2>
<p>Add or remove domains (or subdomains) from the white-/blacklist. If a domain is added to e.g. the whitelist, any possible entry of the same domain will be automatically removed from the blacklist and vice versa.</p>
<p>Regex blacklisting is supported (entering <samp>^example.*$</samp> will block any domain starting with <samp>example</samp>). You can still whitelist specific domains even if the fall under a regex pattern.</p>
<p>Regex blacklisting is supported (entering <samp>^example/samp> will block any domain starting with <samp>example</samp>, see also our <a href="https://docs.pi-hole.net/ftldns/regex/" target="_blank">Regex documentation</a>). You can still whitelist specific domains even if the fall under a regex pattern.</p>
<p>You can white-/blacklist multiple entries at a time if you separate the domains by spaces.</p>
</div>
</div>
Expand Down

0 comments on commit 7c742a4

Please sign in to comment.