Setting up a local DNS Cache
...nameserver 127.0.0.1
nameserver 192.168.1.1
The last line may be different for you. I have a router which is configured to use OpenDNS , so my entry points to it
To check whether the cache really works, execute the following command
dig google.com
You will get something like ;; Query time: 252 msec
Executing the command again will get you ;;...
