I've installed DNScrypt proxy from https://github.com/opendns/dnscrypt-proxy/downloads and installed it under Ubuntu 11.10 x64. I started the proxy by
sudo /usr/sbin/dnscrypt-proxy --daemonize
syslog states
dnscrypt-proxy[2615]: dnscrypt-proxy is ready: proxying from [127.0.0.1] to [208.67.220.220]
I set the dns to localhost and restart the connection by gui. But the local dns can not be reached:
dnscrypt-proxy[2615]: dnscrypt-proxy is ready: proxying from [127.0.0.1] to [208.67.220.220]
netstat
PID/Program name
tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 2231/dnscrypt-proxy
Someone has an idea? Thanks a lot!