Change blocked ttl to 10 sec, we don't need it to be large in a home network
This commit is contained in:
parent
c3df81bb8d
commit
e7b6ab4750
|
@ -71,7 +71,7 @@ var config = configuration{
|
|||
FilterFile: "dnsfilter.txt", // only filename, no path
|
||||
FilteringEnabled: true,
|
||||
SafeBrowsingEnabled: false,
|
||||
BlockedResponseTTL: 60, // in seconds
|
||||
BlockedResponseTTL: 10, // in seconds
|
||||
QueryLogEnabled: true,
|
||||
UpstreamDNS: defaultDNS,
|
||||
Cache: "cache",
|
||||
|
|
Loading…
Reference in New Issue