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