add ipv6 nameserver to cloud-prep script
This commit is contained in:
parent
c17f3c673a
commit
0c58846172
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ chown root:root /etc/conf.d/hostname
|
||||||
# set a nice default for /etc/resolv.conf
|
# set a nice default for /etc/resolv.conf
|
||||||
cat > /etc/resolv.conf << EOL
|
cat > /etc/resolv.conf << EOL
|
||||||
nameserver 8.8.8.8
|
nameserver 8.8.8.8
|
||||||
|
nameserver 2001:4860:4860::8888
|
||||||
EOL
|
EOL
|
||||||
|
|
||||||
# let's upgrade (security fixes and otherwise)
|
# let's upgrade (security fixes and otherwise)
|
||||||
|
|
Loading…
Add table
Reference in a new issue