From 3ab2d11016b5d2f1b842e022d8492905ba37274f Mon Sep 17 00:00:00 2001 From: Mark Drobnak Date: Wed, 18 Jul 2018 22:50:04 -0400 Subject: [PATCH] Update example to match merged regex debug code Signed-off-by: Mark Drobnak --- docs/ftldns/regex/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ftldns/regex/overview.md b/docs/ftldns/regex/overview.md index 65ff4ba..16858f5 100644 --- a/docs/ftldns/regex/overview.md +++ b/docs/ftldns/regex/overview.md @@ -20,7 +20,7 @@ in your `/etc/pihole/pihole-FTL.conf` and restart `pihole-FTL` to enable or disa Once the debugging mode is enabled, each match will be logged to `/var/log/pihole-FTL.log` in the following format: ``` -[2018-07-17 17:40:51.304] DEBUG: Regex in line 2 ("((^)|(\.))twitter\.") matches "whatever.twitter.com" +[2018-07-17 17:40:51.304] DEBUG: Regex in line 2 "((^)|(\.))twitter\." matches "whatever.twitter.com" ``` The given line number corresponds to the line in the file `/etc/pihole/regex.list`.