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

Fixed DNSStubListener

This commit is contained in:
AiutoPcAmico 2023-12-30 21:51:29 +01:00
parent 361e058dd4
commit 15dc71a5ef
2 changed files with 9 additions and 1 deletions

View File

@ -11,6 +11,12 @@ Where:
=========
Version 67.1.2 (December 29, 2023)
------------------------------
* Definitively removed systemd-resolved, because Debian doesen't install it anymore by default
* Fixed ```DNSStubListener=no```. Due to the lack of the previous package, this file did not exist and caused the installation to fail
Version 67.1.1 (December 29, 2023)
------------------------------

View File

@ -322,7 +322,9 @@ fi
# download bind9 from.
rm -f /etc/resolv.conf
tools/editconf.py /etc/systemd/resolved.conf DNSStubListener=no
# START AiutoPcAmico modification
echo "DNSStubListener=no" > /etc/systemd/resolved.conf
# END AiutoPcAmico modification
echo "nameserver 127.0.0.1" > /etc/resolv.conf
# Restart the DNS services.