1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-03 00:07:05 +00:00

added systemd-resolved install

This commit is contained in:
AiutoPcAmico 2023-12-05 23:12:23 +01:00
parent 17bee26734
commit 39861ea102

View File

@ -300,12 +300,13 @@ fi #NODOC
# * The max-recursion-queries directive increases the maximum number of iterative queries.
# If more queries than specified are sent, bind9 returns SERVFAIL. After flushing the cache during system checks,
# we ran into the limit thus we are increasing it from 75 (default value) to 100.
apt_install systemd-resolved
apt_install bind9
touch /etc/default/bind9
touch /etc/default/named
tools/editconf.py /etc/default/named \
"OPTIONS=\"-u bind -4\""
if ! grep -q "listen-on " /etc/bind/named.conf.options; then
# Add a listen-on directive if it doesn't exist inside the options block.
sed -i "s/^}/\n\tlisten-on { 127.0.0.1; };\n}/" /etc/bind/named.conf.options