net: backup 4.2.2.x public nameservers

Using just a single one of those tends to end up problematic
at times but any two use to suffice.
This commit is contained in:
Michael Shigorin 2014-08-30 21:35:20 +04:00
parent 84fd73e5db
commit 73c644fc28

View File

@ -8,6 +8,8 @@ if [ -d /etc/net/ifaces/lo ]; then
echo "# google"
echo "#nameserver 8.8.8.8"
echo "# level3"
echo "#nameserver 4.2.2.1"
echo "#nameserver 4.2.2.2"
echo "#nameserver 4.2.2.3"
} >> /etc/net/ifaces/lo/resolv.conf
fi