mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-04 00:17:06 +00:00
added systemd-resolved install
This commit is contained in:
parent
17bee26734
commit
39861ea102
@ -300,6 +300,7 @@ fi #NODOC
|
|||||||
# * The max-recursion-queries directive increases the maximum number of iterative queries.
|
# * 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,
|
# 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.
|
# we ran into the limit thus we are increasing it from 75 (default value) to 100.
|
||||||
|
apt_install systemd-resolved
|
||||||
apt_install bind9
|
apt_install bind9
|
||||||
touch /etc/default/bind9
|
touch /etc/default/bind9
|
||||||
touch /etc/default/named
|
touch /etc/default/named
|
||||||
|
Loading…
Reference in New Issue
Block a user