mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-22 18:40:41 +08:00
DNS: correct $TTL
This commit is contained in:
parent
694072638e
commit
23aa6c861e
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
; NeoNetwork DNS Record
|
||||
$TTL 1800
|
||||
$TTL 604800
|
||||
@ IN SOA NeoPDP-11.neo. (
|
||||
4096 ; Serial
|
||||
604800 ; Refresh
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
; NeoNetwork DNS Record
|
||||
|
||||
$TTL 1800
|
||||
$TTL 604800
|
||||
@ IN SOA NeoPDP-11.neo. (
|
||||
4096 ; Serial
|
||||
604800 ; Refresh
|
||||
|
|
Loading…
Reference in a new issue