From a1951f4ddac0e26f526fd3784029ee01ddb6c3f2 Mon Sep 17 00:00:00 2001 From: deepend Date: Mon, 2 Feb 2026 04:24:02 -0700 Subject: [PATCH] Updated DNS files --- db.silicons.tilde | 14 ++++++++++++++ named.conf.local | 5 +++++ 2 files changed, 19 insertions(+) create mode 100644 db.silicons.tilde diff --git a/db.silicons.tilde b/db.silicons.tilde new file mode 100644 index 00000000..d493e8b4 --- /dev/null +++ b/db.silicons.tilde @@ -0,0 +1,14 @@ +; BIND data file for silicons.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.silicons.tilde. ( + 2026020201 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME silicons.tilde +@ IN A +* IN A diff --git a/named.conf.local b/named.conf.local index 5ec887fd..256c248a 100644 --- a/named.conf.local +++ b/named.conf.local @@ -425,3 +425,8 @@ zone "NovaIRC.tilde" { file "/etc/bind/db.NovaIRC.tilde"; }; +zone "silicons.tilde" { + type master; + file "/etc/bind/db.silicons.tilde"; +}; +