Commit 73c644fc authored by Michael Shigorin's avatar Michael Shigorin

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.
parent 84fd73e5
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment