if ! grep nameserver /etc/resolv.conf ; then
   echo "nameserver 208.67.222.222"  >> /etc/resolv.conf
fi
