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:
parent
84fd73e5db
commit
73c644fc28
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user