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/named.blackhole
2017-05-27 11:09:50 -07: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 }}