From e51f72fae082f68e2d3e1d9fdfdf906d38e5084b Mon Sep 17 00:00:00 2001 From: deepend Date: Thu, 19 Jun 2025 06:25:02 -0600 Subject: [PATCH] Updated DNS files --- db.i.tilde | 14 ++++++++++++++ named.conf.local | 5 +++++ 2 files changed, 19 insertions(+) create mode 100644 db.i.tilde 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"; +}; +