From 85452819e97a2b729ce8661cdb7d39d6178ffe01 Mon Sep 17 00:00:00 2001 From: deepend Date: Sat, 5 Jul 2025 00:10:01 -0600 Subject: [PATCH] Updated DNS files --- db.a.tilde | 4 ++-- db.anton.tilde | 4 ++-- db.mcclure.tilde | 4 ++-- db.next.tilde | 4 ++-- db.nonpaged.tilde | 4 ++-- db.ns1.tilde | 14 ++++++++++++++ db.ns2.tilde | 14 ++++++++++++++ db.x.tilde | 4 ++-- named.conf.local | 10 ++++++++++ 9 files changed, 50 insertions(+), 12 deletions(-) create mode 100644 db.ns1.tilde create mode 100644 db.ns2.tilde diff --git a/db.a.tilde b/db.a.tilde index 50003b74..36e8f7d0 100644 --- a/db.a.tilde +++ b/db.a.tilde @@ -10,5 +10,5 @@ $TTL 604800 @ IN NS ns1.master.tilde. @ IN NS ns2.master.tilde. www IN CNAME a.tilde -@ IN A 15.204.224.63 -* IN A 15.204.224.63 +@ IN A 135.148.100.14 +* IN A 135.148.100.14 diff --git a/db.anton.tilde b/db.anton.tilde index 92379821..a5826fe4 100644 --- a/db.anton.tilde +++ b/db.anton.tilde @@ -10,5 +10,5 @@ $TTL 604800 @ IN NS ns1.master.tilde. @ IN NS ns2.master.tilde. www IN CNAME anton.tilde -@ IN A 162.198.140.77 -* IN A 162.198.140.77 +@ IN A 135.148.100.14 +* IN A 135.148.100.14 diff --git a/db.mcclure.tilde b/db.mcclure.tilde index bdbecd32..1e28e175 100644 --- a/db.mcclure.tilde +++ b/db.mcclure.tilde @@ -10,5 +10,5 @@ $TTL 604800 @ IN NS ns1.master.tilde. @ IN NS ns2.master.tilde. www IN CNAME mcclure.tilde -@ IN A 162.198.140.77 -* IN A 162.198.140.77 +@ IN A 135.148.100.14 +* IN A 135.148.100.14 diff --git a/db.next.tilde b/db.next.tilde index 49ea4ccd..c6da465f 100644 --- a/db.next.tilde +++ b/db.next.tilde @@ -10,5 +10,5 @@ $TTL 604800 @ IN NS ns1.master.tilde. @ IN NS ns2.master.tilde. www IN CNAME next.tilde -@ IN A 162.198.140.77 -* IN A 162.198.140.77 +@ IN A 135.148.100.14 +* IN A 135.148.100.14 diff --git a/db.nonpaged.tilde b/db.nonpaged.tilde index 0fe8a656..e8dcf3d4 100644 --- a/db.nonpaged.tilde +++ b/db.nonpaged.tilde @@ -10,5 +10,5 @@ $TTL 604800 @ IN NS ns1.master.tilde. @ IN NS ns2.master.tilde. www IN CNAME nonpaged.tilde -@ IN A 162.198.140.77 -* IN A 162.198.140.77 +@ IN A 135.148.100.14 +* IN A 135.148.100.14 diff --git a/db.ns1.tilde b/db.ns1.tilde new file mode 100644 index 00000000..48980c44 --- /dev/null +++ b/db.ns1.tilde @@ -0,0 +1,14 @@ +; BIND data file for ns1.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.ns1.tilde. ( + 2025070501 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME ns1.tilde +@ IN A +* IN A diff --git a/db.ns2.tilde b/db.ns2.tilde new file mode 100644 index 00000000..255486e2 --- /dev/null +++ b/db.ns2.tilde @@ -0,0 +1,14 @@ +; BIND data file for ns2.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.ns2.tilde. ( + 2025070501 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME ns2.tilde +@ IN A +* IN A diff --git a/db.x.tilde b/db.x.tilde index f922b5a1..2c96c0e6 100644 --- a/db.x.tilde +++ b/db.x.tilde @@ -10,5 +10,5 @@ $TTL 604800 @ IN NS ns1.master.tilde. @ IN NS ns2.master.tilde. www IN CNAME x.tilde -@ IN A 162.198.140.77 -* IN A 162.198.140.77 +@ IN A 135.148.100.14 +* IN A 135.148.100.14 diff --git a/named.conf.local b/named.conf.local index 710d2440..96337308 100644 --- a/named.conf.local +++ b/named.conf.local @@ -315,3 +315,13 @@ zone "i.tilde" { file "/etc/bind/db.i.tilde"; }; +zone "ns1.tilde" { + type master; + file "/etc/bind/db.ns1.tilde"; +}; + +zone "ns2.tilde" { + type master; + file "/etc/bind/db.ns2.tilde"; +}; +