network/salt/bind/dyn-domain.zone

14 lines
263 B
Dns
Raw Normal View History

2017-03-12 03:16:48 +01:00
$ORIGIN {{ domain }}.
$TTL 10M
@ IN SOA {{ pillar['bind']['master-ns'] }}. astro.spaceboyz.net. (
2017-03-13 01:27:46 +01:00
1 ; serial
2017-03-12 03:16:48 +01:00
1H ; refresh
1M ; retry
2H ; expire
5M ; minimum
)
{%- for ns in pillar['bind']['public-ns'] %}
IN NS {{ ns }}.
{%- endfor %}