Merge pull request #69 in DNS/adguard-dns from fix/blocked_ttl_10 to master

* commit 'e7b6ab47501cf14d3a7b5cf212c88bde0c6604d7':
  Change blocked ttl to 10 sec, we don't need it to be large in a home network
This commit is contained in:
Eugene Bujak 2018-10-11 15:11:43 +03:00
commit aa7b99d78c
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
FilteringEnabled: true,
SafeBrowsingEnabled: false,
BlockedResponseTTL: 60, // in seconds
BlockedResponseTTL: 10, // in seconds
QueryLogEnabled: true,
UpstreamDNS: defaultDNS,
Cache: "cache",