From e905cd6fbbbb4c6c5bf090afca17bfc0d143d24d Mon Sep 17 00:00:00 2001 From: deepend Date: Sat, 14 Jun 2025 00:14:01 -0600 Subject: [PATCH] Updated DNS files --- db.ibrahim.tilde | 14 ++++++++++++++ named.conf.local | 5 +++++ 2 files changed, 19 insertions(+) create mode 100644 db.ibrahim.tilde diff --git a/db.ibrahim.tilde b/db.ibrahim.tilde new file mode 100644 index 00000000..9378884d --- /dev/null +++ b/db.ibrahim.tilde @@ -0,0 +1,14 @@ +; BIND data file for ibrahim.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.ibrahim.tilde. ( + 2025061401 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME ibrahim.tilde +@ IN A +* IN A diff --git a/named.conf.local b/named.conf.local index 270f68c6..8fb71acc 100644 --- a/named.conf.local +++ b/named.conf.local @@ -300,3 +300,8 @@ zone "ralsei.tilde" { file "/etc/bind/db.ralsei.tilde"; }; +zone "ibrahim.tilde" { + type master; + file "/etc/bind/db.ibrahim.tilde"; +}; +