From 21dd6ef0711cb33a1bf33f8431095c7aabea45f5 Mon Sep 17 00:00:00 2001 From: deepend Date: Thu, 10 Oct 2024 18:16:02 -0600 Subject: [PATCH] Updated DNS files --- db.totalchaos.tilde | 14 ++++++++++++++ named.conf.local | 5 +++++ 2 files changed, 19 insertions(+) create mode 100644 db.totalchaos.tilde diff --git a/db.totalchaos.tilde b/db.totalchaos.tilde new file mode 100644 index 00000000..6699a4a9 --- /dev/null +++ b/db.totalchaos.tilde @@ -0,0 +1,14 @@ +; BIND data file for totalchaos.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.totalchaos.tilde. ( + 2024101001 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME totalchaos.tilde +@ IN A +* IN A diff --git a/named.conf.local b/named.conf.local index 72ec6a60..a6fcc4a7 100644 --- a/named.conf.local +++ b/named.conf.local @@ -135,3 +135,8 @@ zone "basil.tilde" { file "/etc/bind/db.basil.tilde"; }; +zone "totalchaos.tilde" { + type master; + file "/etc/bind/db.totalchaos.tilde"; +}; +