mirror of https://github.com/TildeNIC/.tilde.git
15 lines
479 B
Plaintext
15 lines
479 B
Plaintext
|
; BIND data file for olive.tilde
|
||
|
$TTL 604800
|
||
|
@ IN SOA ns1.master.tilde. root.olive.tilde. (
|
||
|
2025030601 ; Serial
|
||
|
604800 ; Refresh
|
||
|
86400 ; Retry
|
||
|
2419200 ; Expire
|
||
|
604800 ) ; Negative Cache TTL
|
||
|
;
|
||
|
@ IN NS ns1.master.tilde.
|
||
|
@ IN NS ns2.master.tilde.
|
||
|
www IN CNAME olive.tilde
|
||
|
@ IN A
|
||
|
* IN A
|