From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] localnet: Add "edns0" to /etc/resolv.conf options for RFC 2671 support Date: Mon, 13 Jun 2022 15:13:17 +0100 Message-ID: In-Reply-To: <93e1ca09-818f-dd48-f638-c9b704a00ccf@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1882061007707852844==" List-Id: --===============1882061007707852844== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 7 Jun 2022, at 20:31, Peter M=C3=BCller wro= te: >=20 > Signed-off-by: Peter M=C3=BCller > --- > src/initscripts/system/localnet | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/src/initscripts/system/localnet b/src/initscripts/system/local= net > 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 > } >=20 > --=20 > 2.35.3 --===============1882061007707852844==--