dns/master: Allow configure default ttl

dehydrated
Felix Stupp 4 years ago
parent 3008672ded
commit 72ee42d539
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -11,6 +11,7 @@ dns_list_file: "{{ global_dns_list_directory }}/{{ domain }}"
dnssec_algorithm: "RSASHA512"
dnssec_key_length: "4096"
ttl_default: 86400 # TTL for entries where TTL was omitted
# Following domain names are considered absolute
main_nameserver_domain: "ns1.{{ domain }}"

@ -1,4 +1,4 @@
$TTL 86400
$TTL {{ ttl_default }}
@ IN SOA {{ main_nameserver_domain }}. {{ responsible_mail_name }}. (
0
{{ refresh }}

Loading…
Cancel
Save