From 2fa1c8e54fc86b2ba26c32f05ac045892dd31e45 Mon Sep 17 00:00:00 2001 From: deepend Date: Sat, 5 Apr 2025 20:15:01 -0600 Subject: [PATCH] Updated DNS files --- db.ashellm.tilde | 14 ++++++++++++++ named.conf.local | 5 +++++ 2 files changed, 19 insertions(+) create mode 100644 db.ashellm.tilde diff --git a/db.ashellm.tilde b/db.ashellm.tilde new file mode 100644 index 00000000..f7dc0c12 --- /dev/null +++ b/db.ashellm.tilde @@ -0,0 +1,14 @@ +; BIND data file for ashellm.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.ashellm.tilde. ( + 2025040501 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME ashellm.tilde +@ IN A +* IN A diff --git a/named.conf.local b/named.conf.local index ac52ce13..798a774a 100644 --- a/named.conf.local +++ b/named.conf.local @@ -240,3 +240,8 @@ zone "acidcat.tilde" { file "/etc/bind/db.acidcat.tilde"; }; +zone "ashellm.tilde" { + type master; + file "/etc/bind/db.ashellm.tilde"; +}; +