|
|
|
@ -11,7 +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
|
|
|
|
|
ttl_default: "{{ global_dns_ttl }}" # TTL for entries where TTL was omitted
|
|
|
|
|
|
|
|
|
|
# Following domain names are considered absolute
|
|
|
|
|
main_nameserver_domain: "ns1.{{ domain }}"
|
|
|
|
@ -19,6 +19,6 @@ responsible_mail_name: "admin.{{ domain }}"
|
|
|
|
|
refresh: 86400
|
|
|
|
|
retry: 7200
|
|
|
|
|
expire: 3600000
|
|
|
|
|
ttl: 172800
|
|
|
|
|
ttl: "{{ global_dns_ttl }}"
|
|
|
|
|
|
|
|
|
|
dname_subdomain: "external" # Must not contain the base domain, can be used to allow ignoring local overrides on purpose, will be ignored if empty
|
|
|
|
|