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/templates/named/local_zone.j2
2022-02-27 16:05:34 -05:00

14 lines
485 B
Django/Jinja

$TTL 604800
@ IN SOA {{ 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
{{ domain }} IN A {{ local_ip }}