From 436216e706f69ec0856cd25b787e3f71d0646612 Mon Sep 17 00:00:00 2001 From: Laan Tungir Date: Sun, 3 May 2026 11:27:08 -0400 Subject: [PATCH] Fix dnsmasq .fips forwarder to IPv6 loopback --- update_and_deploy_fips.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_and_deploy_fips.sh b/update_and_deploy_fips.sh index 7ad1b7d..64d4cf4 100755 --- a/update_and_deploy_fips.sh +++ b/update_and_deploy_fips.sh @@ -308,7 +308,7 @@ listen-address=0.0.0.0 bind-interfaces # .fips domains -> FIPS resolver -server=/fips/127.0.0.1#5354 +server=/fips/::1#5354 # everything else -> upstream server=${upstream_dns}