diff --git a/db.rootww.tilde.tilde b/db.rootww.tilde.tilde new file mode 100644 index 00000000..26aa18c3 --- /dev/null +++ b/db.rootww.tilde.tilde @@ -0,0 +1,14 @@ +; BIND data file for rootww.tilde.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.rootww.tilde.tilde. ( + 2024122801 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME rootww.tilde.tilde +@ IN A +* IN A diff --git a/named.conf.local b/named.conf.local index 44c34548..9d675d9d 100644 --- a/named.conf.local +++ b/named.conf.local @@ -165,3 +165,8 @@ zone "la.tilde" { file "/etc/bind/db.la.tilde"; }; +zone "rootww.tilde.tilde" { + type master; + file "/etc/bind/db.rootww.tilde.tilde"; +}; +