I'm currently using dd-wrt with DNSMasq to change the outgoing DNS port to 5300:
iptables -t nat -A PREROUTING -i br0 -p udp --dport 53 -j DNAT --to 82.103.129.240:5300
iptables -t nat -A PREROUTING -i br0 -p udp --dport 53 -j DNAT --to 46.246.29.68:5300
iptables -t nat -A PREROUTING -i br0 -p tcp --dport 53 -j DNAT --to 82.103.129.240:5300
iptables -t nat -A PREROUTING -i br0 -p tcp --dport 53 -j DNAT --to 46.246.29.68:5300
Can Merlin do the same and if so where would I put the above commands? (assume I'm an idiot)
iptables -t nat -A PREROUTING -i br0 -p udp --dport 53 -j DNAT --to 82.103.129.240:5300
iptables -t nat -A PREROUTING -i br0 -p udp --dport 53 -j DNAT --to 46.246.29.68:5300
iptables -t nat -A PREROUTING -i br0 -p tcp --dport 53 -j DNAT --to 82.103.129.240:5300
iptables -t nat -A PREROUTING -i br0 -p tcp --dport 53 -j DNAT --to 46.246.29.68:5300
Can Merlin do the same and if so where would I put the above commands? (assume I'm an idiot)