diff --git a/db.xspsoft.tilde b/db.xspsoft.tilde new file mode 100644 index 00000000..ad349d9b --- /dev/null +++ b/db.xspsoft.tilde @@ -0,0 +1,14 @@ +; BIND data file for xspsoft.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.xspsoft.tilde. ( + 2024110301 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME xspsoft.tilde +@ IN A +* IN A diff --git a/named.conf.local b/named.conf.local index 06bce091..4693ebfa 100644 --- a/named.conf.local +++ b/named.conf.local @@ -150,3 +150,8 @@ zone "imagineee.tilde" { file "/etc/bind/db.imagineee.tilde"; }; +zone "xspsoft.tilde" { + type master; + file "/etc/bind/db.xspsoft.tilde"; +}; +