aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAsbjørn Sloth Tønnesen <asbjorn@labitat.dk>2025-06-04 16:01:04 +0000
committerAsbjørn Sloth Tønnesen <asbjorn@labitat.dk>2025-06-04 16:44:30 +0000
commit3db9c94e3c96c5b2426275829a4ee511aa0c9fa4 (patch)
treeacc5aa5f62009d942eaecabe354be6bdfeaf5545
parent7b220afea65753e66b583b6ebc341251c711ea65 (diff)
downloadlabitat-ansible-3db9c94e3c96c5b2426275829a4ee511aa0c9fa4.tar.gz
labitat-ansible-3db9c94e3c96c5b2426275829a4ee511aa0c9fa4.tar.xz
labitat-ansible-3db9c94e3c96c5b2426275829a4ee511aa0c9fa4.zip
space_server: named: update IP prefixes
Signed-off-by: Asbjørn Sloth Tønnesen <asbjorn@labitat.dk>
-rw-r--r--roles/space_server/templates/named.conf.j218
1 files changed, 7 insertions, 11 deletions
diff --git a/roles/space_server/templates/named.conf.j2 b/roles/space_server/templates/named.conf.j2
index 9c5c25c..0d2add5 100644
--- a/roles/space_server/templates/named.conf.j2
+++ b/roles/space_server/templates/named.conf.j2
@@ -11,26 +11,22 @@ options {
listen-on port 53 {
127.0.0.1;
45.145.93.0;
- 185.38.175.0;
};
listen-on-v6 port 53 {
::1;
2a00:fbe4:1ab::;
- 2a01:4262:1ab::;
};
allow-query {
127.0.0.1;
45.145.93.0/24;
- 185.38.175.0/24;
10.42.0.0/16;
::1;
2a00:fbe4:1ab::/48;
- 2a01:4262:1ab::/48;
};
- dns64 2a01:4262:1ab:0:0:f::/96 {
- clients { 2a01:4262:1ab:f::/64; };
+ dns64 2a00:fbe4:1ab:0:0:f::/96 {
+ clients { 2a00:fbe4:1ab:f::/64; };
exclude {
- 2a01:4262:1ab:0:0:f::/96;
+ 2a00:fbe4:1ab:0:0:f::/96;
::ffff:0:0/96;
};
};
@@ -84,10 +80,10 @@ acl local {
10.42.1.0/24; // member wired
10.42.2.0/24; // member wireless
::1;
- 2a01:4262:1ab:a::/64; // infrastructure
- 2a01:4262:1ab:b::/64; // member wired
- 2a01:4262:1ab:c::/64; // member wireless
- 2a01:4262:1ab:f::/64; // member nat64
+ 2a00:fbe4:1ab:a::/64; // infrastructure
+ 2a00:fbe4:1ab:b::/64; // member wired
+ 2a00:fbe4:1ab:c::/64; // member wireless
+ 2a00:fbe4:1ab:f::/64; // member nat64
};
{% if ddns_secret is defined %}