

I'm executing the following command to start dnscrypt-proxy: dnscrypt-proxy -R cisco -a 127.0.1.2 -d -L /usr/share/dnscrypt-proxy/dnscrypt-resolvers.csv -l /var/log/dnscrypt-proxy -m 6 -p /var/run/dnscrypt-proxy I do have a zone I need to be able to resolve internally. It's important that the local BIND servers are able to respond to queries for internal DNS as well. My goal is to eventually send my traffic to a VPS I use to then forward to my desired DNS servers.
