[Unbound] Fix logging, fixes #585
[Rspamd] Fix permissions of controller password file [Unbound] Enable unbound-control
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "Setting console permissions..."
|
||||
chown root:tty /dev/console
|
||||
chmod g+rw /dev/console
|
||||
echo "Receiving anchor key..."
|
||||
/usr/sbin/unbound-anchor -a /etc/unbound/trusted-key.key
|
||||
echo "Receiving root hints..."
|
||||
curl -#o /etc/unbound/root.hints https://www.internic.net/domain/named.cache
|
||||
|
||||
/usr/sbin/unbound-control-setup
|
||||
exec "$@"
|
||||
|
Reference in New Issue
Block a user