force dns

  1. macster2075

    dns Port 53

    Is the best way to force users to use the dns server I have set (OpenDns) is by adding this via ssh iptables -t nat -A PREROUTING -i br0 -p udp --dport 53 -j DNAT --to $(nvram get lan_ipaddr) iptables -t nat -A PREROUTING -i br0 -p tcp --dport 53 -j DNAT --to $(nvram get lan_ipaddr) (is that...
Back
Top