Hacker News new | ask | show | jobs
by rhn_mk1 1691 days ago
Does mDNS work across VPN tunnels? The main reason I delay IPv6 is because I access hosts across the VPN by their IPs, and I don't want to publish their DNS records.
2 comments

If you run your own internal DNS server: https://en.m.wikipedia.org/wiki/Split-horizon_DNS
I guess that's equivalent to setting up a hosts file... Unless the DNS resolver can be configured to treat a selected server on the VPN side as authoritative for .mynetwork.
Not currently. ff02::fb is used, which has link-local scope.