1
0
Fork 0
mirror of https://github.com/NeoCloud/NeoNetwork synced 2024-06-27 02:08:45 +08:00

DNS: pp -> ptp

This commit is contained in:
Neo_Chen 2020-04-27 13:26:35 +08:00
parent cd081e1663
commit 6c03054b46

View file

@ -38,8 +38,8 @@ for i in *; do
downstream_ip="${i#*~}"
(
print_record "$("$IPTOOL" "$upstream_ip" 0)" "$UPSTREAM.pp.neo."
print_record "$("$IPTOOL" "$downstream_ip" 0)" "$DOWNSTREAM.pp.neo."
print_record "$("$IPTOOL" "$upstream_ip" 0)" "$UPSTREAM.ptp.neo."
print_record "$("$IPTOOL" "$downstream_ip" 0)" "$DOWNSTREAM.ptp.neo."
) >> "$PP_TEMP"
elif [ "$TYPE" = "LO" ]; then
ip="${i/,32/}"