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
But it does not seem to respond to DNS requests. Is there any other way to transparently handle DNS requests according to whether it is "local" or "remote"?
The text was updated successfully, but these errors were encountered:
mklnz
changed the title
Fake-dns & integration with local-tun?
Can local-dns be bound on the local-tun interface address?
Sep 27, 2024
It won’t work currently, because in your route table, all packets sent to 10.255.0.1 are routed to the tun interface.
There should be a way to create DNS servers behind the tun interface, which handles TCP UDP packets and bypasses them to the DNS service. If anyone interested, please submit a PR.
Can local-dns be bound on the local-tun interface address?
I've tried:
But it does not seem to respond to DNS requests. Is there any other way to transparently handle DNS requests according to whether it is "local" or "remote"?
The text was updated successfully, but these errors were encountered: