Updated DNS files

This commit is contained in:
2026-01-31 10:39:02 -07:00
parent a98d054b4f
commit 77479a6313
2 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
; BIND data file for ionut.tilde
; BIND data file for NovaIRC.tilde
$TTL 604800
@ IN SOA ns1.master.tilde. root.ionut.tilde. (
@ IN SOA ns1.master.tilde. root.NovaIRC.tilde. (
2026013101 ; Serial
604800 ; Refresh
86400 ; Retry
@@ -9,6 +9,6 @@ $TTL 604800
;
@ IN NS ns1.master.tilde.
@ IN NS ns2.master.tilde.
www IN CNAME ionut.tilde
www IN CNAME NovaIRC.tilde
@ IN A
* IN A

View File

@@ -415,13 +415,13 @@ zone "gmac.tilde" {
file "/etc/bind/db.gmac.tilde";
};
zone "ionut.tilde" {
type master;
file "/etc/bind/db.ionut.tilde";
};
zone "searchvista.tilde" {
type master;
file "/etc/bind/db.searchvista.tilde";
};
zone "NovaIRC.tilde" {
type master;
file "/etc/bind/db.NovaIRC.tilde";
};