a
This commit is contained in:
parent
e62070c41f
commit
d587fe4b7b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue