Skip to content

Instantly share code, notes, and snippets.

@Wicowyn
Created January 27, 2017 10:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Wicowyn/4cff1a45a535c237d70d3ab4dcf45243 to your computer and use it in GitHub Desktop.
Save Wicowyn/4cff1a45a535c237d70d3ab4dcf45243 to your computer and use it in GitHub Desktop.
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