I was install and configure dnscrypt-proxy bunt when I enable IPFW cuts me from DNS, And I can't use it together. I tried use some rules like:
But still doesn't work. Any idea?
Code:
ipfw add 007 allow udp from any to 172.0.0.1 dst-port 53 keep-state
ipfw add 008 allow tcp from any to 172.0.0.1 dst-port 53 keep-state
ipfw add 009 allow udp from me to any dst-port 53 keep-state
ipfw add 010 allow tcp from me to any dst-port 53 keep-state
But still doesn't work. Any idea?