From e0e7e0b638afae2b1e71d0e53ea8c41cb9bc3348 Mon Sep 17 00:00:00 2001 From: Loganaden Velvindron Date: Sat, 21 Dec 2024 12:25:29 +0400 Subject: [PATCH] Update ICANN Trust Anchor to include the new one which will be active in 2026 (#7852) Signed-off-by: Jagveer Loky (jagveer@cyberstorm.mu) 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 88c9d4906..ace2fa2c2 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'])) {