1
0
Fork 0
mirror of https://github.com/NeoCloud/NeoNetwork synced 2024-06-01 22:03:09 +08:00

DNS: tidy up

This commit is contained in:
Neo_Chen 2020-04-22 18:00:38 +08:00
parent afaed2fdf8
commit 36ed726d6c
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
; NeoNetwork DNS Record
$TTL 604800
@ IN SOA NeoPDP-11.neo. (
@ IN SOA NeoPDP-11.neo. root.neo. (
4096 ; Serial
604800 ; Refresh
86400 ; Retry

View file

@ -1,7 +1,7 @@
; NeoNetwork DNS Record
$TTL 604800
@ IN SOA NeoPDP-11.neo. (
@ IN SOA NeoPDP-11.neo. root.neo. (
4096 ; Serial
604800 ; Refresh
86400 ; Retry
@ -10,7 +10,7 @@ $TTL 604800
;
@ IN NS NeoPDP-11.neo.
@ IN A 10.127.1.1
root IN CNAME neo.
NeoPDP-11 IN A 10.127.255.1
ucbvax IN A 10.127.255.2
caasih IN A 10.127.0.1