From 369d3d6261d61cf5f7986f669fd4261fa7537d7e Mon Sep 17 00:00:00 2001 From: DL6ER Date: Tue, 24 Apr 2018 17:24:20 +0200 Subject: [PATCH] Add "BLOCKINGREGEX=..." description to README Signed-off-by: DL6ER --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8d0e0d62..14172064 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,7 @@ Possible settings (**the option shown first is the default**): - `PRIVACYLEVEL=0` (Which privacy level is used? Can be 0 (permissive) to 3 (very restrictive), see below) - `IGNORE_LOCALHOST=no|yes` (Should `FTL` ignore queries coming from the local machine?) - `BLOCKINGMODE=IP|NXDOMAIN` (Should `FTL` reply queries to blocked domains with IPs or NXDOMAIN?) +- `BLOCKINGREGEX=...` (If defined, `FTL` will block all incoming queries which match this regex) ### Privacy levels Specifies if we want to anonymize the DNS queries somehow, available options are: