From: "Peter Müller" <peter.mueller@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] localnet: Add "edns0" to /etc/resolv.conf options for RFC 2671 support
Date: Tue, 07 Jun 2022 19:31:57 +0000 [thread overview]
Message-ID: <93e1ca09-818f-dd48-f638-c9b704a00ccf@ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 570 bytes --]
Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
---
src/initscripts/system/localnet | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/initscripts/system/localnet b/src/initscripts/system/localnet
index f260a1f29..ffa05e397 100644
--- a/src/initscripts/system/localnet
+++ b/src/initscripts/system/localnet
@@ -26,7 +26,7 @@ write_resolv_conf() {
(
[ -n "${DOMAINNAME}" ] && echo "search ${DOMAINNAME}"
echo "nameserver 127.0.0.1"
- echo "options trust-ad"
+ echo "options edns0 trust-ad"
) > /etc/resolv.conf
}
--
2.35.3
next reply other threads:[~2022-06-07 19:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-07 19:31 Peter Müller [this message]
2022-06-13 14:13 ` Michael Tremer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=93e1ca09-818f-dd48-f638-c9b704a00ccf@ipfire.org \
--to=peter.mueller@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox