mirror of
https://github.com/TildeNIC/.tilde.git
synced 2026-01-24 12:00:19 +00:00
Updated DNS files
This commit is contained in:
14
db.3304.tilde
Normal file
14
db.3304.tilde
Normal file
@@ -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
|
||||
14
db.yc.tilde
Normal file
14
db.yc.tilde
Normal file
@@ -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
|
||||
14
db.ygcf.tilde
Normal file
14
db.ygcf.tilde
Normal file
@@ -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
|
||||
14
db.yngchf.tilde
Normal file
14
db.yngchf.tilde
Normal file
@@ -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
|
||||
14
db.youngchief.tilde
Normal file
14
db.youngchief.tilde
Normal file
@@ -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";
|
||||
};
|
||||
|
||||
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";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user