diff --git a/db.clo.tilde b/db.clo.tilde new file mode 100644 index 00000000..9735aefd --- /dev/null +++ b/db.clo.tilde @@ -0,0 +1,14 @@ +; BIND data file for clo.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.clo.tilde. ( + 2024042301 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME clo.tilde +@ IN A 146.190.100.140 +* IN A 146.190.100.140 diff --git a/named.conf.local b/named.conf.local index bdd9c040..c5ae268c 100644 --- a/named.conf.local +++ b/named.conf.local @@ -75,3 +75,8 @@ zone "hydroakri.tilde" { file "/etc/bind/db.hydroakri.tilde"; }; +zone "clo.tilde" { + type master; + file "/etc/bind/db.clo.tilde"; +}; +