From 3417521658dfcd44f38a3ea5e6c3c0974bb96583 Mon Sep 17 00:00:00 2001 From: pettai Date: Tue, 3 Sep 2024 15:15:35 +0200 Subject: [PATCH] add reverse zones for SafeSpring STO3 + STO4 private-cloud --- .../conf.d/sto3-private-cloud.in-addr.arpa.conf | 16 ++++++++++++++++ .../conf.d/sto4-private-cloud.in-addr.arpa.conf | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 dns-rest-api1.sunet.se/overlay/etc/knot/conf.d/sto3-private-cloud.in-addr.arpa.conf create mode 100644 dns-rest-api1.sunet.se/overlay/etc/knot/conf.d/sto4-private-cloud.in-addr.arpa.conf diff --git a/dns-rest-api1.sunet.se/overlay/etc/knot/conf.d/sto3-private-cloud.in-addr.arpa.conf b/dns-rest-api1.sunet.se/overlay/etc/knot/conf.d/sto3-private-cloud.in-addr.arpa.conf new file mode 100644 index 0000000..7b39132 --- /dev/null +++ b/dns-rest-api1.sunet.se/overlay/etc/knot/conf.d/sto3-private-cloud.in-addr.arpa.conf @@ -0,0 +1,16 @@ +# xxxx-sto3.private-cloud.in-addr.arpa. (sunet/safespring) + +zone: + # Primary zone(s) + - domain: 236.45.89.in-addr.arpa. + dnssec-signing: off + notify: [ ns1-sunet-se, sunic-node1, sunic-node2, sunic-node3 ] + - domain: 237.45.89.in-addr.arpa. + dnssec-signing: off + notify: [ ns1-sunet-se, sunic-node1, sunic-node2, sunic-node3 ] + - domain: 238.45.89.in-addr.arpa. + dnssec-signing: off + notify: [ ns1-sunet-se, sunic-node1, sunic-node2, sunic-node3 ] + - domain: 239.45.89.in-addr.arpa. + dnssec-signing: off + notify: [ ns1-sunet-se, sunic-node1, sunic-node2, sunic-node3 ] diff --git a/dns-rest-api1.sunet.se/overlay/etc/knot/conf.d/sto4-private-cloud.in-addr.arpa.conf b/dns-rest-api1.sunet.se/overlay/etc/knot/conf.d/sto4-private-cloud.in-addr.arpa.conf new file mode 100644 index 0000000..47fe881 --- /dev/null +++ b/dns-rest-api1.sunet.se/overlay/etc/knot/conf.d/sto4-private-cloud.in-addr.arpa.conf @@ -0,0 +1,16 @@ +# xxxx-sto4.private-cloud.in-addr.arpa. (sunet/safespring) + +zone: + # Primary zone(s) + - domain: 20.46.89.in-addr.arpa. + dnssec-signing: off + notify: [ ns1-sunet-se, sunic-node1, sunic-node2, sunic-node3 ] + - domain: 21.46.89.in-addr.arpa. + dnssec-signing: off + notify: [ ns1-sunet-se, sunic-node1, sunic-node2, sunic-node3 ] + - domain: 22.46.89.in-addr.arpa. + dnssec-signing: off + notify: [ ns1-sunet-se, sunic-node1, sunic-node2, sunic-node3 ] + - domain: 23.46.89.in-addr.arpa. + dnssec-signing: off + notify: [ ns1-sunet-se, sunic-node1, sunic-node2, sunic-node3 ]