bundlewrap/bundles/bind/files/zonefile
mwiegand 13444f1f33 wip
2021-06-18 18:59:48 +02:00

12 lines
338 B
Text

$TTL 600
@ IN SOA ns.sublimity.de. admin.sublimity.de. (
2020080302 ;Serial
1200 ;Refresh
600 ;Retry
1209600 ;Expire
600 ;Negative response caching TTL
)
% for record in records:
${record[0].ljust(max_name)} IN ${record[1].ljust(max_type)} ${record[2]}
% endfor