Remove refresh_delay from the example configuration file
It is not implemented
This commit is contained in:
parent
8933980121
commit
df24db9b9d
|
@ -518,7 +518,6 @@ cache_neg_max_ttl = 600
|
||||||
urls = ['https://raw.githubusercontent.com/DNSCrypt/dnscrypt-resolvers/master/v2/public-resolvers.md', 'https://download.dnscrypt.info/resolvers-list/v2/public-resolvers.md']
|
urls = ['https://raw.githubusercontent.com/DNSCrypt/dnscrypt-resolvers/master/v2/public-resolvers.md', 'https://download.dnscrypt.info/resolvers-list/v2/public-resolvers.md']
|
||||||
cache_file = 'public-resolvers.md'
|
cache_file = 'public-resolvers.md'
|
||||||
minisign_key = 'RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3'
|
minisign_key = 'RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3'
|
||||||
refresh_delay = 72
|
|
||||||
prefix = ''
|
prefix = ''
|
||||||
|
|
||||||
## Quad9 over DNSCrypt - https://quad9.net/
|
## Quad9 over DNSCrypt - https://quad9.net/
|
||||||
|
@ -527,7 +526,6 @@ cache_neg_max_ttl = 600
|
||||||
# urls = ["https://www.quad9.net/quad9-resolvers.md"]
|
# urls = ["https://www.quad9.net/quad9-resolvers.md"]
|
||||||
# minisign_key = "RWQBphd2+f6eiAqBsvDZEBXBGHQBJfeG6G+wJPPKxCZMoEQYpmoysKUN"
|
# minisign_key = "RWQBphd2+f6eiAqBsvDZEBXBGHQBJfeG6G+wJPPKxCZMoEQYpmoysKUN"
|
||||||
# cache_file = "quad9-resolvers.md"
|
# cache_file = "quad9-resolvers.md"
|
||||||
# refresh_delay = 72
|
|
||||||
# prefix = "quad9-"
|
# prefix = "quad9-"
|
||||||
|
|
||||||
## Another example source, with resolvers censoring some websites not appropriate for children
|
## Another example source, with resolvers censoring some websites not appropriate for children
|
||||||
|
|
Loading…
Reference in New Issue