mirror of
https://github.com/TildeNIC/.tilde.git
synced 2026-03-10 07:20:19 +00:00
Updated DNS files
This commit is contained in:
@@ -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
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user