mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-22 18:40:41 +08:00
DNS: up
[skip ci]
This commit is contained in:
parent
96df569bef
commit
fb31a9ce0c
3 changed files with 3 additions and 3 deletions
|
@ -17,6 +17,7 @@ $TTL 604800
|
|||
10.1 IN PTR neostorage.neonetwork.
|
||||
80.1 IN PTR NeoSystem.neo.
|
||||
1.3 IN PTR pan.neo.
|
||||
16.2 IN PTR caasih.neo.
|
||||
|
||||
185.8 IN PTR staph.neo.
|
||||
187.8 IN PTR staph-cn.neo.
|
||||
|
|
|
@ -15,13 +15,12 @@ $TTL 604800
|
|||
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
|
||||
caasih IN A 10.127.2.16
|
||||
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
|
||||
NeoVAX IN A 10.127.0.38
|
||||
pan IN A 10.127.3.1
|
||||
staph IN A 10.127.8.185
|
||||
staph-cn IN A 10.127.8.187
|
||||
|
|
|
@ -38,7 +38,7 @@ for i in *; do
|
|||
if [ "$TYPE" = "LO" ]; then
|
||||
ip="${i/,32/}"
|
||||
|
||||
print_record "$(ipcalc "$ip" 0)" "$NAME.neo" >> "$LO_TEMP"
|
||||
print_record "$(ipcalc "$ip" 0)" "$NAME.neo." >> "$LO_TEMP"
|
||||
fi
|
||||
done
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue