mirror of
https://github.com/TildeNIC/.tilde.git
synced 2026-01-24 03:50:19 +00:00
Updated DNS files
This commit is contained in:
@@ -1,14 +0,0 @@
|
|||||||
; BIND data file for fsky.tilde
|
|
||||||
$TTL 604800
|
|
||||||
@ IN SOA ns1.master.tilde. root.fsky.tilde. (
|
|
||||||
2026012301 ; Serial
|
|
||||||
604800 ; Refresh
|
|
||||||
86400 ; Retry
|
|
||||||
2419200 ; Expire
|
|
||||||
604800 ) ; Negative Cache TTL
|
|
||||||
;
|
|
||||||
@ IN NS ns1.master.tilde.
|
|
||||||
@ IN NS ns2.master.tilde.
|
|
||||||
www IN CNAME fsky.tilde
|
|
||||||
@ IN A 45.90.13.191
|
|
||||||
* IN A 45.90.13.191
|
|
||||||
@@ -1,14 +0,0 @@
|
|||||||
; BIND data file for telepath.tilde
|
|
||||||
$TTL 604800
|
|
||||||
@ IN SOA ns1.master.tilde. root.telepath.tilde. (
|
|
||||||
2026012301 ; Serial
|
|
||||||
604800 ; Refresh
|
|
||||||
86400 ; Retry
|
|
||||||
2419200 ; Expire
|
|
||||||
604800 ) ; Negative Cache TTL
|
|
||||||
;
|
|
||||||
@ IN NS ns1.master.tilde.
|
|
||||||
@ IN NS ns2.master.tilde.
|
|
||||||
www IN CNAME telepath.tilde
|
|
||||||
@ IN A 185.102.172.143
|
|
||||||
* IN A 185.102.172.143
|
|
||||||
@@ -420,13 +420,3 @@ zone "ionut.tilde" {
|
|||||||
file "/etc/bind/db.ionut.tilde";
|
file "/etc/bind/db.ionut.tilde";
|
||||||
};
|
};
|
||||||
|
|
||||||
zone "fsky.tilde" {
|
|
||||||
type master;
|
|
||||||
file "/etc/bind/db.fsky.tilde";
|
|
||||||
};
|
|
||||||
|
|
||||||
zone "telepath.tilde" {
|
|
||||||
type master;
|
|
||||||
file "/etc/bind/db.telepath.tilde";
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user