This commit is contained in:
ahmadbilalkhalid 2019-09-02 22:37:42 +05:00
parent e62070c41f
commit d587fe4b7b

View file

@ -71,7 +71,7 @@ setup_dns() {
# Check if rdnssd is installed, if not put Google's DNS # Check if rdnssd is installed, if not put Google's DNS
# into /etc/resolv.conf and install rdnssd for the next time # into /etc/resolv.conf and install rdnssd for the next time
if ! $(which rdnssd); then if ! which rdnssd; then
echo "nameserver 2001:4860:4860::8888" >> $etc_resolv_path echo "nameserver 2001:4860:4860::8888" >> $etc_resolv_path
echo "nameserver 2001:4860:4860::8844" >> $etc_resolv_path echo "nameserver 2001:4860:4860::8844" >> $etc_resolv_path
echo "nameserver 8.8.8.8" >> $etc_resolv_path echo "nameserver 8.8.8.8" >> $etc_resolv_path