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:
15
db.test1.tilde
Normal file
15
db.test1.tilde
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
; BIND data file for test1.tilde
|
||||||
|
$TTL 604800
|
||||||
|
@ IN SOA ns1.master.tilde. root.test1.tilde. (
|
||||||
|
2024011301 ; Serial
|
||||||
|
604800 ; Refresh
|
||||||
|
86400 ; Retry
|
||||||
|
2419200 ; Expire
|
||||||
|
604800 ) ; Negative Cache TTL
|
||||||
|
;
|
||||||
|
@ IN NS ns1.master.tilde.
|
||||||
|
@ IN NS ns2.master.tilde.
|
||||||
|
@ IN NS ns3.master.tilde.
|
||||||
|
www IN CNAME test1.tilde
|
||||||
|
@ IN A
|
||||||
|
* IN A
|
||||||
15
db.test44.tilde
Normal file
15
db.test44.tilde
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
; BIND data file for test44.tilde
|
||||||
|
$TTL 604800
|
||||||
|
@ IN SOA ns1.master.tilde. root.test44.tilde. (
|
||||||
|
2024011301 ; Serial
|
||||||
|
604800 ; Refresh
|
||||||
|
86400 ; Retry
|
||||||
|
2419200 ; Expire
|
||||||
|
604800 ) ; Negative Cache TTL
|
||||||
|
;
|
||||||
|
@ IN NS ns1.master.tilde.
|
||||||
|
@ IN NS ns2.master.tilde.
|
||||||
|
@ IN NS ns3.master.tilde.
|
||||||
|
www IN CNAME test44.tilde
|
||||||
|
@ IN A
|
||||||
|
* IN A
|
||||||
@@ -35,3 +35,13 @@ zone "test.tilde" {
|
|||||||
file "/etc/bind/db.test.tilde";
|
file "/etc/bind/db.test.tilde";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
zone "test1.tilde" {
|
||||||
|
type master;
|
||||||
|
file "/etc/bind/db.test1.tilde";
|
||||||
|
};
|
||||||
|
|
||||||
|
zone "test44.tilde" {
|
||||||
|
type master;
|
||||||
|
file "/etc/bind/db.test44.tilde";
|
||||||
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user