mirror of
https://codeberg.org/gigirassy/niri-dotfiles
synced 2026-08-30 15:19:32 +00:00
Add non-rice/etc/dnscrypt-proxy/dnscrypt-proxy.toml
This commit is contained in:
@@ -0,0 +1,24 @@
|
|||||||
|
listen_addresses = ['127.0.0.1:53']
|
||||||
|
|
||||||
|
server_names = ['cloudflare', 'cloudflare-ipv6' ]
|
||||||
|
|
||||||
|
dnscrypt_servers = true
|
||||||
|
doh_servers = true
|
||||||
|
ipv6_servers = true
|
||||||
|
ipv4_servers = true
|
||||||
|
|
||||||
|
require_dnssec = false
|
||||||
|
require_nolog = true
|
||||||
|
|
||||||
|
[sources.'public-resolvers']
|
||||||
|
urls = [
|
||||||
|
'https://raw.githubusercontent.com/DNSCrypt/dnscrypt-resolvers/master/v3/public-resolvers.md',
|
||||||
|
'https://download.dnscrypt.info/resolvers-list/v3/public-resolvers.md'
|
||||||
|
]
|
||||||
|
cache_file = 'public-resolvers.md'
|
||||||
|
minisign_key = 'RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3'
|
||||||
|
refresh_delay = 72
|
||||||
|
|
||||||
|
# etc/resolv.conf:
|
||||||
|
# nameserver 127.0.0.1
|
||||||
|
# nameserver ::1
|
||||||
Reference in New Issue
Block a user