From 15dc71a5ef059326b79cb260f14e21c15906bbc5 Mon Sep 17 00:00:00 2001 From: AiutoPcAmico <98831402+AiutoPcAmico@users.noreply.github.com> Date: Sat, 30 Dec 2023 21:51:29 +0100 Subject: [PATCH] Fixed DNSStubListener --- CHANGELOG_AiutoPcAmico.md | 6 ++++++ setup/system.sh | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG_AiutoPcAmico.md b/CHANGELOG_AiutoPcAmico.md index 0de764bf..844e4a7e 100644 --- a/CHANGELOG_AiutoPcAmico.md +++ b/CHANGELOG_AiutoPcAmico.md @@ -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) ------------------------------ diff --git a/setup/system.sh b/setup/system.sh index d437150a..e18dcc26 100755 --- a/setup/system.sh +++ b/setup/system.sh @@ -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.