You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ftldns/signals.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Real-time signal can always be executed relative to the first (= minimum) real-t
41
41
sudo pkill -SIGRTMIN+0 pihole-FTL
42
42
```
43
43
44
-
## Real-time signal 0 (SIG34)
44
+
## Real-time signal 0
45
45
46
46
This signal does:
47
47
@@ -55,30 +55,30 @@ The most important difference to `SIGHUP` is that the DNS cache itself is **not*
55
55
56
56
This is the preferred signal to be used after manipulating the `gravity.db` database manually as it reloads only what is needed in this case.
57
57
58
-
## Real-time signal 1 (SIG35)
58
+
## Real-time signal 1
59
59
60
60
*Reserved* - Currently ignored
61
61
62
-
## Real-time signal 2 (SIG36)
62
+
## Real-time signal 2
63
63
64
64
*Reserved* - Used for internal signaling that a fork or thread crashed and needs to inform the main process to shut down, storing the last (valid) queries still into the long-term database.
65
65
66
-
## Real-time signal 3 (SIG37)
66
+
## Real-time signal 3
67
67
68
68
Reimport alias-clients from the database and recompute affected client statistics.
69
69
70
-
## Real-time signal 4 (SIG38)
70
+
## Real-time signal 4
71
71
72
72
Re-resolve all clients and forward destination hostnames. This forces refreshing hostnames as in that the usual "resolve only recently active clients" condition is ignored. The re-resolution adheres to the specified `REFRESH_HOSTNAMES` config option meaning that this option may not try to resolve all hostnames.
73
73
74
-
## Real-time signal 5 (SIG39)
74
+
## Real-time signal 5
75
75
76
76
Re-parse ARP/neighbour-cache now to update the Network table now
77
77
78
-
## Real-time signal 6 (SIG40)
78
+
## Real-time signal 6
79
79
80
-
Signal used internally to terminate the embedded `dnsmasq`. Please do not use this signal to prevent misbehaviour.
80
+
*reserved* - Signal used internally to terminate the embedded `dnsmasq`. Please do not use this signal to prevent misbehaviour.
81
81
82
-
## Real-time signal 7 (SIG41)
82
+
## Real-time signal 7
83
83
84
84
Scan binary search lookup tables for hash collisions and report if any are found. This is a debugging signal and not meaningful production. Scanning the lookup tables is a time-consuming operation and may stall DNS resolution for a while on low-end devices.
0 commit comments