Fix bind configuration.
This commit is contained in:
parent
b0e34434b1
commit
a5e143b900
6 changed files with 14 additions and 17 deletions
11
roles/dnsdhcptftp/templates/db.RRinv.j2
Normal file
11
roles/dnsdhcptftp/templates/db.RRinv.j2
Normal file
|
@ -0,0 +1,11 @@
|
|||
$TTL 500
|
||||
@ IN SOA {{ ansible_fqdn }}. root.{{ ansible_domain }}. (
|
||||
1 ; Serial
|
||||
3600 ; Refresh
|
||||
1800 ; Retry
|
||||
720000 ; Expire
|
||||
6400 ) ; Negative Cache TTL
|
||||
;
|
||||
@ NS {{ ansible_fqdn }}.
|
||||
MX 10 {{ ansible_fqdn }}.
|
||||
{{ ipaddr_lan | ipaddr("address") | regex_replace("^.*\.(.+$)", "\\1") }} PTR {{ ansible_fqdn }}.
|
Loading…
Add table
Add a link
Reference in a new issue