From 09cac830cb0aa9795f853019dea766302626efb3 Mon Sep 17 00:00:00 2001 From: deepend Date: Fri, 11 Oct 2024 17:41:02 -0600 Subject: [PATCH] Updated DNS files --- db.whose.tilde | 14 ++++++++++++++ named.conf.local | 5 +++++ 2 files changed, 19 insertions(+) create mode 100644 db.whose.tilde diff --git a/db.whose.tilde b/db.whose.tilde new file mode 100644 index 00000000..5b0f3ce7 --- /dev/null +++ b/db.whose.tilde @@ -0,0 +1,14 @@ +; BIND data file for whose.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.whose.tilde. ( + 2024101101 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME whose.tilde +@ IN A +* IN A diff --git a/named.conf.local b/named.conf.local index a6fcc4a7..6de02164 100644 --- a/named.conf.local +++ b/named.conf.local @@ -140,3 +140,8 @@ zone "totalchaos.tilde" { file "/etc/bind/db.totalchaos.tilde"; }; +zone "whose.tilde" { + type master; + file "/etc/bind/db.whose.tilde"; +}; +