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
|
FilterFile: "dnsfilter.txt", // only filename, no path
|
||||||
FilteringEnabled: true,
|
FilteringEnabled: true,
|
||||||
SafeBrowsingEnabled: false,
|
SafeBrowsingEnabled: false,
|
||||||
BlockedResponseTTL: 60, // in seconds
|
BlockedResponseTTL: 10, // in seconds
|
||||||
QueryLogEnabled: true,
|
QueryLogEnabled: true,
|
||||||
UpstreamDNS: defaultDNS,
|
UpstreamDNS: defaultDNS,
|
||||||
Cache: "cache",
|
Cache: "cache",
|
||||||
|
|
Loading…
Reference in New Issue