Updated DNS files

This commit is contained in:
deepend 2024-04-07 22:00:06 -06:00
parent 52ff1b1a1e
commit a12525359d
6 changed files with 2 additions and 78 deletions

View File

@ -1,14 +0,0 @@
; BIND data file for a.tilde
$TTL 604800
@ IN SOA ns1.master.tilde. root.a.tilde. (
2024040701 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
@ IN NS ns1.master.tilde.
@ IN NS ns2.master.tilde.
www IN CNAME a.tilde
@ IN A
* IN A

View File

@ -1,14 +0,0 @@
; BIND data file for irc.tilde
$TTL 604800
@ IN SOA ns1.master.tilde. root.irc.tilde. (
2024040701 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
@ IN NS ns1.master.tilde.
@ IN NS ns2.master.tilde.
www IN CNAME irc.tilde
@ IN A
* IN A

View File

@ -10,5 +10,5 @@ $TTL 604800
@ IN NS ns1.master.tilde.
@ IN NS ns2.master.tilde.
www IN CNAME ma.tilde
@ IN A
* IN A
@ IN A 170.64.154.164
* IN A 170.64.154.164

View File

@ -1,14 +0,0 @@
; BIND data file for notifications.tilde
$TTL 604800
@ IN SOA ns1.master.tilde. root.notifications.tilde. (
2024040701 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
@ IN NS ns1.master.tilde.
@ IN NS ns2.master.tilde.
www IN CNAME notifications.tilde
@ IN A
* IN A

View File

@ -1,14 +0,0 @@
; BIND data file for uptime.tilde
$TTL 604800
@ IN SOA ns1.master.tilde. root.uptime.tilde. (
2024040701 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
@ IN NS ns1.master.tilde.
@ IN NS ns2.master.tilde.
www IN CNAME uptime.tilde
@ IN A
* IN A

View File

@ -65,26 +65,6 @@ zone "dev.tilde" {
file "/etc/bind/db.dev.tilde";
};
zone "notifications.tilde" {
type master;
file "/etc/bind/db.notifications.tilde";
};
zone "uptime.tilde" {
type master;
file "/etc/bind/db.uptime.tilde";
};
zone "a.tilde" {
type master;
file "/etc/bind/db.a.tilde";
};
zone "irc.tilde" {
type master;
file "/etc/bind/db.irc.tilde";
};
zone "ma.tilde" {
type master;
file "/etc/bind/db.ma.tilde";