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