diff --git a/db.hack.tilde b/db.hack.tilde new file mode 100644 index 00000000..68d412b9 --- /dev/null +++ b/db.hack.tilde @@ -0,0 +1,14 @@ +; BIND data file for hack.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.hack.tilde. ( + 2025011601 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME hack.tilde +@ IN A +* IN A diff --git a/named.conf.local b/named.conf.local index 68ce5ce1..8959ee32 100644 --- a/named.conf.local +++ b/named.conf.local @@ -170,3 +170,8 @@ zone "rootww.tilde" { file "/etc/bind/db.rootww.tilde"; }; +zone "hack.tilde" { + type master; + file "/etc/bind/db.hack.tilde"; +}; +