From 7c2ebb868b5f7f1ad642fe91d2cd43b19d0b042f Mon Sep 17 00:00:00 2001 From: Loganaden Velvindron Date: Mon, 9 Sep 2024 21:11:41 +0400 Subject: [PATCH] Update ICANN Trust Anchor to include the new one which will be active in 2026 Signed-off-by: Jagveer Loky (jagveer@cyberstorm.mu) --- src/etc/inc/plugins.inc.d/dnsmasq.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/etc/inc/plugins.inc.d/dnsmasq.inc b/src/etc/inc/plugins.inc.d/dnsmasq.inc index 0b3f20ad11..4c7ca4a375 100644 --- a/src/etc/inc/plugins.inc.d/dnsmasq.inc +++ b/src/etc/inc/plugins.inc.d/dnsmasq.inc @@ -178,6 +178,7 @@ function dnsmasq_configure_do($verbose = false) if (isset($config['dnsmasq']['dnssec'])) { $args .= ' --dnssec '; $args .= ' --trust-anchor=.,20326,8,2,E06D44B80B8F1D39A95C0B0D7C65D08458E880409BBC683457104237C7F8EC8D '; + $args .= ' --trust-anchor=.,38696,8,2,683D2D0ACB8C9B712A1948B27F741219298D0A450D612C483AF444A4C0FB2B16 '; } if (isset($config['dnsmasq']['log_queries'])) {