mirror of
https://github.com/pi-hole/pi-hole
synced 2025-01-03 12:40:56 +00:00
Decrease local-ttl
to 2
* Decreasing value should benefit clients when whitelisting blocked sites, [as per this discussion](https://github.com/pi-hole/pi-hole/pull/1698#issuecomment-331134576).
This commit is contained in:
parent
f3cc8c71c4
commit
11282aaca3
@ -42,6 +42,6 @@ cache-size=10000
|
|||||||
log-queries
|
log-queries
|
||||||
log-facility=/var/log/pihole.log
|
log-facility=/var/log/pihole.log
|
||||||
|
|
||||||
local-ttl=300
|
local-ttl=2
|
||||||
|
|
||||||
log-async
|
log-async
|
||||||
|
Loading…
Reference in New Issue
Block a user