1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-09-18 13:14:43 -04:00

Fix unbound config URL

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-05-29 18:00:53 -07:00
parent 236e1ae23a
commit f99929f796
Signed by: Tomster
GPG Key ID: 555C902A34EC968F

View File

@ -112,7 +112,7 @@ fi
# Setup unbound
sudo dnf install unbound -y
unpriv curl https://github.com/TommyTran732/Fedora-CoreOS-Ignition/blob/main/etc/unbound/unbound.conf | sudo tee /etc/unbound/unbound.conf
unpriv curl https://raw.githubusercontent.com/TommyTran732/Fedora-CoreOS-Ignition/main/etc/unbound/unbound.conf | sudo tee /etc/unbound/unbound.conf
sudo mkdir /etc/systemd/system/unbound.service.d
unpriv curl https://raw.githubusercontent.com/TommyTran732/Fedora-CoreOS-Ignition/main/etc/systemd/system/unbound.service.d/override.conf | sudo tee /etc/systemd/system/unbound.service.d/override.conf
sudo systemctl enable --now unbound