Mar 10
I’ve noticed that on some VPS’s your nameservers get reset to the default ones every time you reboot. Heres a fix:
Edit /etc/rc.local and add:
echo “nameserver 208.67.222.222” > /etc/resolv.conf
echo “nameserver 208.67.220.220” » /etc/resolv.conf