Browse Source
Virtual DNS intercepts the DNS queries generated by the machine. This requires that the queries are actually sent through the tunnel interface. In some scenarios, this is not automatically the case, for example when `/etc/resolv.conf` contains a `nameserver` entry with some local IP address for which there is a route through the ethernet interface. A special-purpose IP address like 198.18.0.1 is unlikely to be inside another route than the default route and can be used to force DNS resolution through the tunnel.pull/19/head
1 changed files with 3 additions and 0 deletions
Loading…
Reference in new issue