- DNS Clear
sudo killall -HUP mDNSResponder
- DNS Info
scutil --dns
- Debug DNS Lookup
dig domainname.local
sudo route add -host 192.168.0.x -interface tun0
The following command will show the existing routing table (IPv4 only):
netstat -nr -f inet
The following command will show you how a specific host will get routed:
route get HOSTNAME_OR_IP