Skip to content

Instantly share code, notes, and snippets.

@pysiak
Last active August 29, 2015 13:59
Show Gist options
  • Save pysiak/10837868 to your computer and use it in GitHub Desktop.
Save pysiak/10837868 to your computer and use it in GitHub Desktop.
DNSChain + DNSCrypt at dc1.soltysiak.com! :-D
# dnscrypt-proxy command line to setup a localhost DNS proxy that queries the dc1.soltysiak.com DNSCrypt + DNSChain Server:
dnscrypt-proxy --local-address=127.0.0.1:53 --resolver-address=178.216.201.222:2053 --provider-name=2.dnscrypt-cert.soltysiak.com --provider-key=25C4:E188:2915:4697:8F9C:2BBD:B6A7:AFA4:01ED:A051:0508:5D53:03E7:1928:C066:8F21
@jedisct1
Copy link

With dnscrypt-proxy 1.4.0, that can be just replaced by:

dnscrypt-proxy -R soltysiak

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment