Merge "nameserver: Allow master server to notify via ipv6"
This commit is contained in:
commit
8cc54626d0
@ -16,4 +16,5 @@ dns_zones:
|
||||
dns_notify:
|
||||
- 104.239.140.165
|
||||
- 162.253.55.16
|
||||
dns_master: 104.239.146.24
|
||||
dns_master_ipv4: 104.239.146.24
|
||||
dns_master_ipv6: 2001:4800:7819:104:be76:4eff:fe04:43d0
|
||||
|
@ -37,6 +37,10 @@ nameserver.
|
||||
located at ``zones/example_com/zone.db``, then the value here
|
||||
should be ``example.com/zones/example_com``.
|
||||
|
||||
.. zuul:rolevar:: dns_master
|
||||
.. zuul:rolevar:: dns_master_ipv4
|
||||
|
||||
The IP addresses of the master nameserver.
|
||||
Required argument. The IPv4 addresses of the master nameserver.
|
||||
|
||||
.. zuul:rolevar:: dns_master_ipv6
|
||||
|
||||
Required argument. The IPv6 addresses of the master nameserver.
|
||||
|
@ -35,6 +35,7 @@ key:
|
||||
{% for zone in dns_zones %}
|
||||
zone:
|
||||
name: {{ zone.name }}
|
||||
allow-notify: {{ dns_master }} NOKEY
|
||||
request-xfr: AXFR {{ dns_master }} tsig
|
||||
allow-notify: {{ dns_master_ipv4 }} NOKEY
|
||||
allow-notify: {{ dns_master_ipv6 }} NOKEY
|
||||
request-xfr: AXFR {{ dns_master_ipv4 }} tsig
|
||||
{% endfor %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user