From 552caf606cddb0bd35020b469e86db25cb0d58ca Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Mon, 6 Apr 2026 20:42:13 +1000 Subject: [PATCH] chore: enable access to dns rebuilding router, taking the chance to not mess up ip ranges. I did have 198.18.21.0/24 and 198.18.21.160/27 and 198.18.21.192/27 all on differnt interfaces. - update IP's that can reach bind view for main.unkin.net --- hieradata/roles/infra/dns/resolver.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hieradata/roles/infra/dns/resolver.yaml b/hieradata/roles/infra/dns/resolver.yaml index 81e5ea3..416a0a2 100644 --- a/hieradata/roles/infra/dns/resolver.yaml +++ b/hieradata/roles/infra/dns/resolver.yaml @@ -6,9 +6,9 @@ hiera_include: profiles::dns::resolver::acls: acl-main.unkin.net: addresses: - - 10.10.8.1/32 - - 198.18.21.160/27 - - 198.18.21.192/27 + - 198.18.1.10/32 + - 198.18.2.160/27 + - 198.18.2.192/27 - 198.18.13.0/24 - 198.18.14.0/24 - 198.18.15.0/24