set default-ttl for zones, too
This commit is contained in:
parent
c14b7d0bb5
commit
2b4b75e5db
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
$ORIGIN {{ item }}.
|
$ORIGIN {{ item }}.
|
||||||
$TTL 60
|
$TTL {{ powerdns.config["default-ttl"] }}
|
||||||
@ SOA {{ powerdns.zones[item].SOA }}
|
@ SOA {{ powerdns.zones[item].SOA }}
|
||||||
{% macro generate_records(records, scope='@') %}
|
{% macro generate_records(records, scope='@') %}
|
||||||
{% for k, v in records.items() %}
|
{% for k, v in records.items() %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue