mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-09 11:41:33 -05:00
Add unbound to Fedora server
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
5956eb9095
commit
09cd7639ad
@ -110,6 +110,13 @@ if [ "$virtualization" = 'kvm' ]; then
|
||||
sudo dnf install -y qemu-guest-agent
|
||||
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
|
||||
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
|
||||
|
||||
# Setup fwupd
|
||||
if [ "$virtualization" = 'none' ]; then
|
||||
sudo dnf install -y fwupd
|
||||
|
Loading…
Reference in New Issue
Block a user