1
0
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:
s0up4200 2024-03-26 14:29:31 +01:00 committed by GitHub
parent 9b9a465516
commit f7bc2b6c0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -135,7 +135,7 @@ if [ "$virt_type" = '' ]; then
fi
# Setup unbound
sudo apt instal unbound resolvconf -y
sudo apt install unbound resolvconf -y
echo 'server:
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 restart unbound
sudo systemctl disable systemd-resolved
sudo reboot
sudo reboot