From f1ea117eda914ae84d34f42d49b7123676d9f285 Mon Sep 17 00:00:00 2001 From: Mcat12 Date: Fri, 29 Jun 2018 23:49:10 -0400 Subject: [PATCH] Update help page for regex Signed-off-by: Mcat12 --- help.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/help.php b/help.php index c3a1f875..63eb93be 100644 --- a/help.php +++ b/help.php @@ -70,7 +70,7 @@

White- / Blacklist

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.

-

Wildcard blacklisting is supported (entering something.de will block this domain including all subdomains like a.bb.c.999.something.de). Note that wildcard whitelisting is not supported.

+

Regex blacklisting is supported (entering ^example.*$ will block any domain starting with example). You can still whitelist specific domains even if the fall under a regex pattern.

You can white-/blacklist multiple entries at a time if you separate the domains by spaces.