1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00
iiab/roles/network/templates/named.unused/named.blackhole
2022-07-16 04:36:22 -05:00

12 lines
368 B
Text

$TTL 604800
@ IN SOA . root.localhost. (
1 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
IN NS .
. IN A {{ lan_ip }}
*. IN A {{ lan_ip }}