1
0
Fork 0
mirror of https://github.com/NeoCloud/NeoNetwork synced 2024-06-18 20:08:42 +08:00

added host NeoStorage

This commit is contained in:
Neo_Chen 2020-03-31 23:31:18 +08:00
parent 0447927c65
commit 9399783636
3 changed files with 3 additions and 0 deletions

View file

@ -18,6 +18,7 @@ $TTL 604800
40.1 IN PTR cklvax.NeoNetwork.unix.
63.1 IN PTR NNPCC.NeoNetwork.unix.
20.1 IN PTR NeoBOX.NeoNetwork.unix.
10.1 IN PTR neostorage.neonetwork.unix.
10.0 IN PTR NeoSystem.NeoNetwork.unix.
46.0 IN PTR NeoSystem.NeoNetwork.unix.

View file

@ -15,6 +15,7 @@ NeoPDP-11 IN A 10.127.255.1
ucbvax IN A 10.127.255.2
caasih IN A 10.127.0.1
NeoSystem IN A 10.127.255.80
neostorage IN A 10.127.1.10
NeoBOX IN A 10.127.1.20
cklvax IN A 10.127.1.40
NNPCC IN A 10.127.1.63

View file

@ -19,6 +19,7 @@ digraph "NeoNetwork Nodes"
NNPCC -> croom [dir=both]
NeoBOX -> croom [dir=both]
cklvax -> croom [dir=both]
NeoStorage -> croom [dir=both]
}
croom -> np11 [dir=both]