Created
April 11, 2018 16:08
-
-
Save yknext/1ea229d61edc378f5437682bfada6972 to your computer and use it in GitHub Desktop.
dnscrypt dns with docker
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
dnscrypt-proxy: | |
image: gists/dnscrypt-proxy | |
ports: | |
- "5353:5353/udp" | |
- "5353:5353/tcp" | |
environment: | |
- USER=nobody | |
- LOCAL_IP=0.0.0.0 | |
- LOCAL_PORT=5353 | |
- RESOLVER_IP=212.47.228.136 | |
- RESOLVER_PORT=443 | |
- PROVIDER_NAME=2.dnscrypt-cert.fr.dnscrypt.org | |
- PROVIDER_KEY=E801:B84E:A606:BFB0:BAC0:CE43:445B:B15E:BA64:B02F:A3C4:AA31:AE10:636A:0790:324D | |
restart: always | |
dnscrypt-proxy_2: | |
image: gists/dnscrypt-proxy | |
ports: | |
- "5354:5353/udp" | |
- "5354:5353/tcp" | |
environment: | |
- USER=nobody | |
- LOCAL_IP=0.0.0.0 | |
- LOCAL_PORT=5353 | |
- RESOLVER_IP=208.67.220.220 | |
- RESOLVER_PORT=443 | |
- PROVIDER_NAME=2.dnscrypt-cert.opendns.com | |
- PROVIDER_KEY=B735:1140:206F:225D:3E2B:D822:D7FD:691E:A1C3:3CC8:D666:8D0C:BE04:BFAB:CA43:FB79 | |
restart: always | |
crypt-proxy_3: | |
image: gists/dnscrypt-proxy | |
ports: | |
- "5355:5353/udp" | |
- "5355:5353/tcp" | |
environment: | |
- USER=nobody | |
- LOCAL_IP=0.0.0.0 | |
- LOCAL_PORT=5353 | |
- RESOLVER_IP=79.133.33.52 | |
- RESOLVER_PORT=443 | |
- PROVIDER_NAME=2.dnscrypt-cert.at.d0wn.biz | |
- PROVIDER_KEY=717E:5DF4:1841:CD4B:D92E:CE16:ECCC:443D:B305:B03D:86E6:69B7:4AC1:FBB6:18D0:2BB4 | |
restart: always |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment