You might be able to route all DNS requests of this device to your specific DNS server:
Code:
add action=dst-nat chain=dstnat dst-port=53 src-address=[Device IP] protocol=udp to-addresses=[DNS IP] to-ports=53add action=dst-nat chain=dstnat dst-port=53 src-address=[Device IP] protocol=tcp to-addresses=[DNS IP] to-ports=53
Statistics: Posted by erlinden — Tue Feb 27, 2024 11:26 am