mirror of
https://github.com/TildeNIC/.tilde.git
synced 2026-01-24 12:00:19 +00:00
add my website
This commit is contained in:
16
db.paper.tilde
Normal file
16
db.paper.tilde
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
;
|
||||||
|
; BIND data file for paper.tilde
|
||||||
|
;
|
||||||
|
$TTL 604802
|
||||||
|
@ IN SOA master.tilde. root.master.tilde. (
|
||||||
|
2020012001 ; Serial
|
||||||
|
604800 ; Refresh
|
||||||
|
86400 ; Retry
|
||||||
|
2419200 ; Expire
|
||||||
|
604800 ) ; Negative Cache TTL
|
||||||
|
IN NS ns1.master.tilde.
|
||||||
|
IN NS ns2.master.tilde.
|
||||||
|
IN A 80.211.158.105
|
||||||
|
IN AAAA 2a00:6d40:72:4d69::1
|
||||||
|
www IN A 80.211.158.105
|
||||||
|
www IN AAAA 2a00:6d40:72:4d69::1
|
||||||
@@ -136,4 +136,9 @@ zone "anton.tilde" {
|
|||||||
zone "am.tilde" {
|
zone "am.tilde" {
|
||||||
type master;
|
type master;
|
||||||
file "/etc/bind/db.am.tilde";
|
file "/etc/bind/db.am.tilde";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
zone "paper.tilde" {
|
||||||
|
type master;
|
||||||
|
file "/etc/bind/db.paper.tilde";
|
||||||
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user