Skip to content

Instantly share code, notes, and snippets.

@csamsel
Last active April 3, 2018 10:03
Show Gist options
  • Save csamsel/b44309c31b596a7e3bc42a67fb34ed43 to your computer and use it in GitHub Desktop.
Save csamsel/b44309c31b596a7e3bc42a67fb34ed43 to your computer and use it in GitHub Desktop.
dnscrypt-proxy configuration for use with dnsmasq and cloudflare
listen_addresses = ['127.0.0.1:5300']
...
dnscrypt_servers = false
doh_servers = true
...
cache = false
...
server_names = ['cloudflare', 'cloudflare-ipv6']
fallback_resolver = '1.1.1.1:53'
ignore_system_dns = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment