Merge pull request #834 from chatmail/373/fix-dns-resolver-injection

fix: remediates issue with improper concat on resolver injection
This commit is contained in:
373[Ø]™
2026-01-30 23:36:46 +00:00
committed by GitHub

View File

@@ -553,7 +553,8 @@ def deploy_chatmail(config_path: Path, disable_mail: bool, website_only: bool) -
files.line(
name="Add 9.9.9.9 to resolv.conf",
path="/etc/resolv.conf",
line="nameserver 9.9.9.9",
# Guard against resolv.conf missing a trailing newline (SolusVM bug).
line="\nnameserver 9.9.9.9",
)
port_services = [