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`.