Change blocked ttl to 10 sec, we don't need it to be large in a home network

This commit is contained in:
Andrey Meshkov 2018-10-11 13:24:06 +03:00
parent c3df81bb8d
commit e7b6ab4750
1 changed files with 1 additions and 1 deletions

View File

@ -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",