I have a DNS question/maybe problem im not sure but my current setup for the DNS is as follows
Code: Select all
add action=redirect chain=dstnat comment=DNS dst-port=53 protocol=udp \
src-address-list=local to-ports=53
Code: Select all
set allow-remote-requests=yes cache-size=4096KiB max-udp-packet-size=512 \
servers=1.2.3.4, 5.6.7.8
Would setting the action to accept be better or would i just end up breaking everything?