|
|
|
@ -123,5 +123,7 @@ apt-get -y install \
|
|
|
|
|
apt-get -y install unbound
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# as last step set dns to local
|
|
|
|
|
# as last step set dns to local,
|
|
|
|
|
# as unbound isn't running in the live/rescue system chroot,
|
|
|
|
|
# which is where this script usually runs
|
|
|
|
|
echo 'nameserver 127.0.0.1' > /etc/resolv.conf
|
|
|
|
|