mirror of
https://github.com/pi-hole/docs.git
synced 2026-02-15 07:26:03 +00:00
Update example to match merged regex debug code
Signed-off-by: Mark Drobnak <newtoncat12@yahoo.com>
This commit is contained in:
@@ -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`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user