9 lines
205 B
Plaintext
9 lines
205 B
Plaintext
|
{% for zone in zones -%}
|
||
|
zone:
|
||
|
name: {{ zone.name }}.
|
||
|
allow-notify: {{ star.vpn.address }} NOKEY
|
||
|
request-xfr: AXFR {{ star.vpn.address }}@{{ star.nsd_port }} NOKEY
|
||
|
{% endfor -%}
|
||
|
|
||
|
# vim: set ft=yaml:
|