public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] localnet: Add "edns0" to /etc/resolv.conf options for RFC 2671 support
@ 2022-06-07 19:31 Peter Müller
  2022-06-13 14:13 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Müller @ 2022-06-07 19:31 UTC (permalink / raw)
  To: development

[-- 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-13 14:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-07 19:31 [PATCH] localnet: Add "edns0" to /etc/resolv.conf options for RFC 2671 support Peter Müller
2022-06-13 14:13 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox