Created
April 3, 2018 10:01
-
-
Save csamsel/d2f2034c966d88eeb4af7213a1111f60 to your computer and use it in GitHub Desktop.
dnsmasq.conf for local dnscrypt-proxy using port 5300
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
server=127.0.0.1#5300 | |
no-resolv | |
no-poll | |
dnssec | |
dnssec-check-unsigned | |
conf-file=/usr/share/dnsmasq/trust-anchors.conf | |
domain-needed | |
expand-hosts | |
no-negcache | |
local-ttl=600 | |
cache-size=20000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment