Misc cosmetical fixes
This commit is contained in:
parent
7250641d47
commit
04d9cc8a92
1 changed files with 5 additions and 2 deletions
|
|
@ -109,11 +109,14 @@ prefetch: yes' >> /etc/unbound/unbound.conf
|
|||
elif [[ "$OS" = "arch" ]]; then
|
||||
# Install Unbound
|
||||
pacman -Syu unbound expat
|
||||
|
||||
# Permissions for the DNSSEC keys
|
||||
chown root:unbound /etc/unbound
|
||||
chmod 775 /etc/unbound
|
||||
|
||||
# Get root servers list
|
||||
wget https://www.internic.net/domain/named.root -O /etc/unbound/root.hints
|
||||
|
||||
# Configuration
|
||||
mv /etc/unbound/unbound.conf /etc/unbound/unbound.conf.old
|
||||
echo 'server:
|
||||
|
|
|
|||
Loading…
Reference in a new issue