Skip to content

NathanHowell/dnscrypt-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

dnscrypt-proxy Docker image

This is a no-frills Docker image for dnscrypt-proxy. The configuration is lightly modified from the supplied example-dnscrypt-proxy.toml:

42c42
< listen_addresses = ['127.0.0.1:53']
---
> listen_addresses = ['0.0.0.0:53']
55c55
< # user_name = 'nobody'
---
> user_name = 'nobody'
64c64
< ipv6_servers = false
---
> ipv6_servers = true