From ea970b6b4ee29e0a88ffdae4096c33ead37b59e6 Mon Sep 17 00:00:00 2001 From: deepend Date: Tue, 8 Apr 2025 03:47:02 -0600 Subject: [PATCH] Updated DNS files --- db.camelia.tilde | 14 ++++++++++++++ named.conf.local | 5 +++++ 2 files changed, 19 insertions(+) create mode 100644 db.camelia.tilde diff --git a/db.camelia.tilde b/db.camelia.tilde new file mode 100644 index 00000000..b3212196 --- /dev/null +++ b/db.camelia.tilde @@ -0,0 +1,14 @@ +; BIND data file for camelia.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.camelia.tilde. ( + 2025040801 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME camelia.tilde +@ IN A +* IN A diff --git a/named.conf.local b/named.conf.local index 24d1e5c1..515a035d 100644 --- a/named.conf.local +++ b/named.conf.local @@ -255,3 +255,8 @@ zone "next.tilde" { file "/etc/bind/db.next.tilde"; }; +zone "camelia.tilde" { + type master; + file "/etc/bind/db.camelia.tilde"; +}; +