This repository has been archived on 2023-09-13. You can view files and clone it, but cannot push or open issues or pull requests.
homeserver-ansible/roles/networking/nameserver/templates/local_zone.j2

14 lines
499 B
Django/Jinja

$TTL 604800
@ IN SOA {{ dyndns_domain }}. {{ email }}. (
3 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
ns IN A {{ local_ip }}
@ IN NS localhost.
@ IN A {{ local_ip }}
@ IN AAAA ::1
{{ dyndns_domain }} IN A {{ local_ip }}