mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2025-02-20 17:31:33 -05:00
Update GCP-Debian-11.sh
Signed-off-by: s0up4200 <soup@r4tio.dev>
This commit is contained in:
parent
9b9a465516
commit
f7bc2b6c0f
@ -135,7 +135,7 @@ if [ "$virt_type" = '' ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Setup unbound
|
# Setup unbound
|
||||||
sudo apt instal unbound resolvconf -y
|
sudo apt install unbound resolvconf -y
|
||||||
|
|
||||||
echo 'server:
|
echo 'server:
|
||||||
trust-anchor-signaling: yes
|
trust-anchor-signaling: yes
|
||||||
@ -205,4 +205,4 @@ BindPaths=-/dev/log:@UNBOUND_CHROOT_DIR@/dev/log' | sudo tee /etc/systemd/system
|
|||||||
sudo systemctl daemon-reload
|
sudo systemctl daemon-reload
|
||||||
sudo systemctl restart unbound
|
sudo systemctl restart unbound
|
||||||
sudo systemctl disable systemd-resolved
|
sudo systemctl disable systemd-resolved
|
||||||
sudo reboot
|
sudo reboot
|
||||||
|
Loading…
Reference in New Issue
Block a user