mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-05 15:52:24 +08:00
14 lines
269 B
Text
14 lines
269 B
Text
|
; NeoNetwork DNS Record
|
||
|
$TTL 604800
|
||
|
@ IN SOA NeoPDP-11.neo. root.neo. (
|
||
|
4096 ; Serial
|
||
|
604800 ; Refresh
|
||
|
86400 ; Retry
|
||
|
2419200 ; Expire
|
||
|
604800 ) ; Negative Cache TTL
|
||
|
;
|
||
|
@ IN NS NeoPDP-11.neo.
|
||
|
|
||
|
; DELEGATED ZONES
|
||
|
3.5.0.0 IN NS ns1.jerry.neo.
|