diff --git a/db.i.tilde b/db.i.tilde new file mode 100644 index 00000000..f78e2843 --- /dev/null +++ b/db.i.tilde @@ -0,0 +1,14 @@ +; BIND data file for i.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.i.tilde. ( + 2025061901 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME i.tilde +@ IN A +* IN A diff --git a/named.conf.local b/named.conf.local index 6c3f16eb..710d2440 100644 --- a/named.conf.local +++ b/named.conf.local @@ -310,3 +310,8 @@ zone "rohit.tilde" { file "/etc/bind/db.rohit.tilde"; }; +zone "i.tilde" { + type master; + file "/etc/bind/db.i.tilde"; +}; +