mirror of https://github.com/TildeNIC/.tilde.git
19 lines
556 B
Plaintext
19 lines
556 B
Plaintext
;
|
|
; BIND data file for master.tilde
|
|
;
|
|
$TTL 86400
|
|
@ IN SOA master.tilde. root.master.tilde. (
|
|
2020041401 ; Serial
|
|
604800 ; Refresh
|
|
86400 ; Retry
|
|
2419200 ; Expire
|
|
604800 ) ; Negative Cache TTL
|
|
;
|
|
IN NS ns1.master.tilde.
|
|
IN NS ns2.master.tilde.
|
|
|
|
ns1 IN A 66.70.189.77
|
|
ns1 IN AAAA 2607:5300:201:3100::93c2
|
|
ns2 IN A 142.44.150.184
|
|
ns2 IN AAAA 2607:5300:203:31b6::115
|