diff --git a/db.rohit.tilde b/db.rohit.tilde new file mode 100644 index 00000000..c60ffef8 --- /dev/null +++ b/db.rohit.tilde @@ -0,0 +1,14 @@ +; BIND data file for rohit.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.rohit.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 rohit.tilde +@ IN A +* IN A diff --git a/named.conf.local b/named.conf.local index 8fb71acc..6c3f16eb 100644 --- a/named.conf.local +++ b/named.conf.local @@ -305,3 +305,8 @@ zone "ibrahim.tilde" { file "/etc/bind/db.ibrahim.tilde"; }; +zone "rohit.tilde" { + type master; + file "/etc/bind/db.rohit.tilde"; +}; +