Change 3x ip for opennic servers.

This commit is contained in:
Cyteen 2018-02-19 12:37:17 +00:00
parent 56a9e18b13
commit bebaebe81d
1 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
apt-get -y install --reinstall resolvconf
mkdir -p /etc/resolvconf/resolv.conf.d/
bash -c 'echo "nameserver 52.174.55.168 >> /etc/resolvconf/resolv.conf.d/head'
bash -c 'echo "nameserver 188.165.200.156" >> /etc/resolvconf/resolv.conf.d/head'
bash -c 'echo "nameserver 62.113.203.55" >> /etc/resolvconf/resolv.conf.d/head'
bash -c 'echo "nameserver 82.141.39.32" >> /etc/resolvconf/resolv.conf.d/head'
bash -c 'echo "nameserver 51.254.141.22" >> /etc/resolvconf/resolv.conf.d/head'
bash -c 'echo "options timeout 1 attempts 1 rotate" >> /etc/resolvconf/resolv.conf.d/tail'
/etc/init.d/resolvconf reload