Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/ftldns/signals.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ When FTL receives a `SIGHUP`, it clears the entire DNS cache, and then

- The FTL database connection (`/etc/pihole/pihole-FTL.db`) is re-opened.
- The privacy level is re-read from `pihole.toml` (`misc.privacylevel`).
- The blocking status is re-read from `setupVars.conf` (`BLOCKING_ENABLED`).
- The blocking status is re-read from `pihole.toml` (`dns.blocking.active`).
- The debug settings are re-read from `pihole.toml` (`debug.*`).
- The gravity database connection (`/etc/pihole/gravity.db`) is re-opened.
- The number of blocked domains is updated.
Expand Down