Skip to content

Instantly share code, notes, and snippets.

@balupton
Last active July 4, 2021 19:07
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save balupton/48057270a67d70e2ac984fdfa475ad29 to your computer and use it in GitHub Desktop.
Save balupton/48057270a67d70e2ac984fdfa475ad29 to your computer and use it in GitHub Desktop.
DNSCrypt Setup
# https://gist.github.com/balupton/48057270a67d70e2ac984fdfa475ad29
# https://gist.githubusercontent.com/balupton/48057270a67d70e2ac984fdfa475ad29/raw/dnscrypt-proxy.toml
server_names = []
listen_addresses = ['127.0.0.1:53', '[::1]:53']
ipv4_servers = true
ipv6_servers = true
dnscrypt_servers = true
doh_servers = true
require_dnssec = true
require_nolog = true
require_nofilter = true
# skip_incompatible = true
# fallback_resolver = '9.9.9.9:53'
# ignore_system_dns = false
[sources]
[sources.'public-resolvers']
url = 'https://download.dnscrypt.info/resolvers-list/v2/public-resolvers.md'
cache_file = 'public-resolvers.md'
minisign_key = 'RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3'
refresh_delay = 72
prefix = ''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment