dns-rest-api: remove use of sunic-sunet-se
We only need to notify the backend sunic nodes directly, there is no need to notify the anycasted service addresses.
This commit is contained in:
parent
98835107cf
commit
b153e10981
8 changed files with 7 additions and 10 deletions
|
@ -4,4 +4,4 @@ zone:
|
||||||
# Primary zone(s)
|
# Primary zone(s)
|
||||||
- domain: cnaas.io
|
- domain: cnaas.io
|
||||||
dnssec-signing: off
|
dnssec-signing: off
|
||||||
notify: [ ns1-sunet-se, sunic-sunet-se, sunic-node1, sunic-node2, sunic-node3 ]
|
notify: [ ns1-sunet-se, sunic-node1, sunic-node2, sunic-node3 ]
|
||||||
|
|
|
@ -4,4 +4,4 @@ zone:
|
||||||
# Primary zone(s)
|
# Primary zone(s)
|
||||||
- domain: drive.sunet.se
|
- domain: drive.sunet.se
|
||||||
dnssec-signing: off
|
dnssec-signing: off
|
||||||
notify: [ ns1-sunet-se, sunic-sunet-se, sunic-node1, sunic-node2, sunic-node3 ]
|
notify: [ ns1-sunet-se, sunic-node1, sunic-node2, sunic-node3 ]
|
||||||
|
|
|
@ -4,4 +4,4 @@ zone:
|
||||||
# Primary zone(s)
|
# Primary zone(s)
|
||||||
- domain: drive.test.sunet.se
|
- domain: drive.test.sunet.se
|
||||||
dnssec-signing: off
|
dnssec-signing: off
|
||||||
notify: [ ns1-sunet-se, sunic-sunet-se, sunic-node1, sunic-node2, sunic-node3 ]
|
notify: [ ns1-sunet-se, sunic-node1, sunic-node2, sunic-node3 ]
|
||||||
|
|
|
@ -4,4 +4,4 @@ zone:
|
||||||
# Primary zone(s)
|
# Primary zone(s)
|
||||||
- domain: geteduroam.se
|
- domain: geteduroam.se
|
||||||
dnssec-signing: off
|
dnssec-signing: off
|
||||||
notify: [ ns1-sunet-se, sunic-sunet-se, sunic-node1, sunic-node2, sunic-node3 ]
|
notify: [ ns1-sunet-se, sunic-node1, sunic-node2, sunic-node3 ]
|
||||||
|
|
|
@ -4,4 +4,4 @@ zone:
|
||||||
# Primary zone(s)
|
# Primary zone(s)
|
||||||
- domain: rut.sunet.se
|
- domain: rut.sunet.se
|
||||||
dnssec-signing: off
|
dnssec-signing: off
|
||||||
notify: [ ns1-sunet-se, sunic-sunet-se, sunic-node1, sunic-node2, sunic-node3 ]
|
notify: [ ns1-sunet-se, sunic-node1, sunic-node2, sunic-node3 ]
|
||||||
|
|
|
@ -5,4 +5,4 @@
|
||||||
# # Primary zone(s)
|
# # Primary zone(s)
|
||||||
# - domain: mydomain.com
|
# - domain: mydomain.com
|
||||||
# dnssec-signing: off
|
# dnssec-signing: off
|
||||||
# notify: [ ns1-sunet-se, sunic-sunet-se, sunic-node1, sunic-node2, sunic-node3 ]
|
# notify: [ ns1-sunet-se, sunic-node1, sunic-node2, sunic-node3 ]
|
||||||
|
|
|
@ -4,4 +4,4 @@ zone:
|
||||||
# Primary zone(s)
|
# Primary zone(s)
|
||||||
- domain: urlproxy.app
|
- domain: urlproxy.app
|
||||||
dnssec-signing: off
|
dnssec-signing: off
|
||||||
notify: [ ns1-sunet-se, sunic-sunet-se, sunic-node1, sunic-node2, sunic-node3 ]
|
notify: [ ns1-sunet-se, sunic-node1, sunic-node2, sunic-node3 ]
|
||||||
|
|
|
@ -17,9 +17,6 @@ database:
|
||||||
remote:
|
remote:
|
||||||
- id: localhost
|
- id: localhost
|
||||||
address: 127.0.0.1@53
|
address: 127.0.0.1@53
|
||||||
- id: sunic-sunet-se
|
|
||||||
address: 192.36.125.2@53
|
|
||||||
address: 2001:6b0:7::2@53
|
|
||||||
- id: ns1-sunet-se
|
- id: ns1-sunet-se
|
||||||
address: 89.47.185.240@53
|
address: 89.47.185.240@53
|
||||||
address: 2001:6b0:5a:4020::384@53
|
address: 2001:6b0:5a:4020::384@53
|
||||||
|
|
Loading…
Add table
Reference in a new issue