mirror of https://github.com/TildeNIC/.tilde.git
Updated DNS files
This commit is contained in:
parent
4ccfef8525
commit
cd53f52a38
|
|
@ -0,0 +1,14 @@
|
||||||
|
; BIND data file for 3304.tilde
|
||||||
|
$TTL 604800
|
||||||
|
@ IN SOA ns1.master.tilde. root.3304.tilde. (
|
||||||
|
2025100201 ; Serial
|
||||||
|
604800 ; Refresh
|
||||||
|
86400 ; Retry
|
||||||
|
2419200 ; Expire
|
||||||
|
604800 ) ; Negative Cache TTL
|
||||||
|
;
|
||||||
|
@ IN NS ns1.master.tilde.
|
||||||
|
@ IN NS ns2.master.tilde.
|
||||||
|
www IN CNAME 3304.tilde
|
||||||
|
@ IN A
|
||||||
|
* IN A
|
||||||
|
|
@ -0,0 +1,14 @@
|
||||||
|
; BIND data file for yc.tilde
|
||||||
|
$TTL 604800
|
||||||
|
@ IN SOA ns1.master.tilde. root.yc.tilde. (
|
||||||
|
2025100201 ; Serial
|
||||||
|
604800 ; Refresh
|
||||||
|
86400 ; Retry
|
||||||
|
2419200 ; Expire
|
||||||
|
604800 ) ; Negative Cache TTL
|
||||||
|
;
|
||||||
|
@ IN NS ns1.master.tilde.
|
||||||
|
@ IN NS ns2.master.tilde.
|
||||||
|
www IN CNAME yc.tilde
|
||||||
|
@ IN A
|
||||||
|
* IN A
|
||||||
|
|
@ -0,0 +1,14 @@
|
||||||
|
; BIND data file for ygcf.tilde
|
||||||
|
$TTL 604800
|
||||||
|
@ IN SOA ns1.master.tilde. root.ygcf.tilde. (
|
||||||
|
2025100201 ; Serial
|
||||||
|
604800 ; Refresh
|
||||||
|
86400 ; Retry
|
||||||
|
2419200 ; Expire
|
||||||
|
604800 ) ; Negative Cache TTL
|
||||||
|
;
|
||||||
|
@ IN NS ns1.master.tilde.
|
||||||
|
@ IN NS ns2.master.tilde.
|
||||||
|
www IN CNAME ygcf.tilde
|
||||||
|
@ IN A
|
||||||
|
* IN A
|
||||||
|
|
@ -0,0 +1,14 @@
|
||||||
|
; BIND data file for yngchf.tilde
|
||||||
|
$TTL 604800
|
||||||
|
@ IN SOA ns1.master.tilde. root.yngchf.tilde. (
|
||||||
|
2025100201 ; Serial
|
||||||
|
604800 ; Refresh
|
||||||
|
86400 ; Retry
|
||||||
|
2419200 ; Expire
|
||||||
|
604800 ) ; Negative Cache TTL
|
||||||
|
;
|
||||||
|
@ IN NS ns1.master.tilde.
|
||||||
|
@ IN NS ns2.master.tilde.
|
||||||
|
www IN CNAME yngchf.tilde
|
||||||
|
@ IN A
|
||||||
|
* IN A
|
||||||
|
|
@ -0,0 +1,14 @@
|
||||||
|
; BIND data file for youngchief.tilde
|
||||||
|
$TTL 604800
|
||||||
|
@ IN SOA ns1.master.tilde. root.youngchief.tilde. (
|
||||||
|
2025100201 ; Serial
|
||||||
|
604800 ; Refresh
|
||||||
|
86400 ; Retry
|
||||||
|
2419200 ; Expire
|
||||||
|
604800 ) ; Negative Cache TTL
|
||||||
|
;
|
||||||
|
@ IN NS ns1.master.tilde.
|
||||||
|
@ IN NS ns2.master.tilde.
|
||||||
|
www IN CNAME youngchief.tilde
|
||||||
|
@ IN A
|
||||||
|
* IN A
|
||||||
|
|
@ -375,3 +375,28 @@ zone "tildednstest.tilde" {
|
||||||
file "/etc/bind/db.tildednstest.tilde";
|
file "/etc/bind/db.tildednstest.tilde";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
zone "yc.tilde" {
|
||||||
|
type master;
|
||||||
|
file "/etc/bind/db.yc.tilde";
|
||||||
|
};
|
||||||
|
|
||||||
|
zone "3304.tilde" {
|
||||||
|
type master;
|
||||||
|
file "/etc/bind/db.3304.tilde";
|
||||||
|
};
|
||||||
|
|
||||||
|
zone "youngchief.tilde" {
|
||||||
|
type master;
|
||||||
|
file "/etc/bind/db.youngchief.tilde";
|
||||||
|
};
|
||||||
|
|
||||||
|
zone "ygcf.tilde" {
|
||||||
|
type master;
|
||||||
|
file "/etc/bind/db.ygcf.tilde";
|
||||||
|
};
|
||||||
|
|
||||||
|
zone "yngchf.tilde" {
|
||||||
|
type master;
|
||||||
|
file "/etc/bind/db.yngchf.tilde";
|
||||||
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue