From 0e62ca53074bc8d4aadd8535f4334517bf3d5a40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Bl=C3=A4se?= Date: Wed, 16 Nov 2022 12:56:15 +0100 Subject: [PATCH] fff-dhcp: Do not generate dns records for local hostname MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit By default OpenWRT generates A and AAAA records for the routers hostname. This might interferes with upstream records and breaks when DNSSEC is utilized. Therefore, disable this features. Signed-off-by: Fabian Bläse --- .../fff/fff-dhcp/files/etc/uci-defaults/90-fff-dhcp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/packages/fff/fff-dhcp/files/etc/uci-defaults/90-fff-dhcp b/src/packages/fff/fff-dhcp/files/etc/uci-defaults/90-fff-dhcp index 962c81af..4ad3575e 100644 --- a/src/packages/fff/fff-dhcp/files/etc/uci-defaults/90-fff-dhcp +++ b/src/packages/fff/fff-dhcp/files/etc/uci-defaults/90-fff-dhcp @@ -26,6 +26,12 @@ uci batch >/dev/null <