From ec0784840096fd13a71363312040b5fd65fcbf30 Mon Sep 17 00:00:00 2001 From: deepend Date: Wed, 27 Nov 2024 03:59:02 -0700 Subject: [PATCH] Updated DNS files --- db.id.tilde | 14 ++++++++++++++ named.conf.local | 5 +++++ 2 files changed, 19 insertions(+) create mode 100644 db.id.tilde diff --git a/db.id.tilde b/db.id.tilde new file mode 100644 index 00000000..ae6a976f --- /dev/null +++ b/db.id.tilde @@ -0,0 +1,14 @@ +; BIND data file for id.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.id.tilde. ( + 2024112701 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME id.tilde +@ IN A +* IN A diff --git a/named.conf.local b/named.conf.local index 4693ebfa..e483bcdc 100644 --- a/named.conf.local +++ b/named.conf.local @@ -155,3 +155,8 @@ zone "xspsoft.tilde" { file "/etc/bind/db.xspsoft.tilde"; }; +zone "id.tilde" { + type master; + file "/etc/bind/db.id.tilde"; +}; +