diff --git a/db.void.tilde b/db.void.tilde new file mode 100644 index 00000000..e7004626 --- /dev/null +++ b/db.void.tilde @@ -0,0 +1,14 @@ +; BIND data file for void.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.void.tilde. ( + 2025092501 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME void.tilde +@ IN A +* IN A diff --git a/named.conf.local b/named.conf.local index da497141..fdd9b6bd 100644 --- a/named.conf.local +++ b/named.conf.local @@ -355,3 +355,8 @@ zone "80s1.tilde" { file "/etc/bind/db.80s1.tilde"; }; +zone "void.tilde" { + type master; + file "/etc/bind/db.void.tilde"; +}; +