Created
January 27, 2017 10:18
-
-
Save Wicowyn/4cff1a45a535c237d70d3ab4dcf45243 to your computer and use it in GitHub Desktop.
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
version: '2' | |
services: | |
dnscrypt: | |
image: gists/dnscrypt-proxy | |
restart: unless-stopped | |
container_name: dnscrypt | |
ports: | |
- "127.0.0.1:53:5353/udp" | |
- "127.0.0.1:53:5353/tcp" | |
environment: | |
- USER=nobody | |
- LOCAL_IP=0.0.0.0 | |
- LOCAL_PORT=5353 | |
- RESOLVER_IP=91.121.79.35 | |
- RESOLVER_PORT=8087 | |
- PROVIDER_NAME=2.dnscrypt-cert.wicowyn.fr | |
- PROVIDER_KEY=3B50:6B5A:923D:8693:817E:86EE:3088:0B9E:7B9A:526A:45A6:7FF1:6BF1:A046:4B5A:AB09 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment