diff --git a/dns/db.10.127 b/dns/db.10.127 index 518adc7..8b2c0ea 100644 --- a/dns/db.10.127 +++ b/dns/db.10.127 @@ -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. diff --git a/dns/neonetwork b/dns/neonetwork index fb1fe9c..07ebb0f 100644 --- a/dns/neonetwork +++ b/dns/neonetwork @@ -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 diff --git a/scripts/dns-reverse-generator.sh b/scripts/dns-reverse-generator.sh index caf565e..9338540 100755 --- a/scripts/dns-reverse-generator.sh +++ b/scripts/dns-reverse-generator.sh @@ -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 )