mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-05 14:17:36 +03:00
Split ODoH servers and relays
This commit is contained in:
parent
73dc3dd1d8
commit
e83cb28ef5
1 changed files with 30 additions and 24 deletions
|
@ -686,14 +686,20 @@ cache_neg_max_ttl = 600
|
||||||
|
|
||||||
## ODoH (Oblivious DoH) servers and relays
|
## ODoH (Oblivious DoH) servers and relays
|
||||||
|
|
||||||
# [sources.'odoh']
|
# [sources.'odoh-servers']
|
||||||
# urls = ['https://raw.githubusercontent.com/DNSCrypt/dnscrypt-resolvers/master/v3/odoh.md', 'https://download.dnscrypt.info/resolvers-list/v3/odoh.md', 'https://ipv6.download.dnscrypt.info/resolvers-list/v3/odoh.md', 'https://download.dnscrypt.net/resolvers-list/v3/odoh.md']
|
# urls = ['https://raw.githubusercontent.com/DNSCrypt/dnscrypt-resolvers/master/v3/odoh-servers.md', 'https://download.dnscrypt.info/resolvers-list/v3/odoh.md', 'https://ipv6.download.dnscrypt.info/resolvers-list/v3/odoh.md', 'https://download.dnscrypt.net/resolvers-list/v3/odoh-servers.md']
|
||||||
# cache_file = 'odoh.md'
|
# cache_file = 'odoh-servers.md'
|
||||||
|
# minisign_key = 'RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3'
|
||||||
|
# refresh_delay = 24
|
||||||
|
# prefix = ''
|
||||||
|
# [sources.'odoh-relays']
|
||||||
|
# urls = ['https://raw.githubusercontent.com/DNSCrypt/dnscrypt-resolvers/master/v3/odoh-relays.md', 'https://download.dnscrypt.info/resolvers-list/v3/odoh.md', 'https://ipv6.download.dnscrypt.info/resolvers-list/v3/odoh.md', 'https://download.dnscrypt.net/resolvers-list/v3/odoh-relays.md']
|
||||||
|
# cache_file = 'odoh-relays.md'
|
||||||
# minisign_key = 'RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3'
|
# minisign_key = 'RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3'
|
||||||
# refresh_delay = 24
|
# refresh_delay = 24
|
||||||
# prefix = ''
|
# prefix = ''
|
||||||
|
|
||||||
## Quad9 over DNSCrypt - https://quad9.net/
|
## Quad9
|
||||||
|
|
||||||
# [sources.quad9-resolvers]
|
# [sources.quad9-resolvers]
|
||||||
# urls = ['https://www.quad9.net/quad9-resolvers.md']
|
# urls = ['https://www.quad9.net/quad9-resolvers.md']
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue