diff --git a/db.test.tilde b/db.test.tilde new file mode 100644 index 00000000..9fd17f8e --- /dev/null +++ b/db.test.tilde @@ -0,0 +1,15 @@ +; BIND data file for test.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.test.tilde. ( + 2024011301 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +@ IN NS ns3.master.tilde. +www IN CNAME test.tilde +@ IN A +* IN A diff --git a/named.conf.local b/named.conf.local index 8e69ea2b..506242d6 100644 --- a/named.conf.local +++ b/named.conf.local @@ -30,3 +30,8 @@ zone "club.tilde" { file "/etc/bind/db.club.tilde"; }; +zone "test.tilde" { + type master; + file "/etc/bind/db.test.tilde"; +}; +