You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using HTTPS DNS Proxy on OpenWRT and have configured two separate DNS resolvers running on different ports.
I need to configure device with MAC1 to use DNS on Port1, and device with MAC2 to use DNS on Port2.
How can I achieve this? Thank you!
The text was updated successfully, but these errors were encountered:
If you can't tell the devices themselves to talk to the ports directly, I
guess your options are man-in-the-middle via a proxy like dnsmasq running
on port 53 with iptable tagging enabled (it's been years since I looked at
this) or MITM all traffic for both machines through a Linux box with
iptable to redirect via DNAT.
I am using HTTPS DNS Proxy on OpenWRT and have configured two separate DNS resolvers running on different ports.
I need to configure device with MAC1 to use DNS on Port1, and device with MAC2 to use DNS on Port2.
How can I achieve this? Thank you!
The text was updated successfully, but these errors were encountered: