diff --git a/db.tade.tilde b/db.tade.tilde new file mode 100644 index 00000000..851e003b --- /dev/null +++ b/db.tade.tilde @@ -0,0 +1,14 @@ +; BIND data file for tade.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.tade.tilde. ( + 2024062801 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME tade.tilde +@ IN A +* IN A diff --git a/named.conf.local b/named.conf.local index 142756d7..7fcd31ca 100644 --- a/named.conf.local +++ b/named.conf.local @@ -105,3 +105,8 @@ zone "garnier.tilde" { file "/etc/bind/db.garnier.tilde"; }; +zone "tade.tilde" { + type master; + file "/etc/bind/db.tade.tilde"; +}; +