mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-22 12:40:40 +08:00
DNS: pp -> ptp
This commit is contained in:
parent
cd081e1663
commit
6c03054b46
1 changed files with 2 additions and 2 deletions
|
@ -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/}"
|
||||
|
|
Loading…
Reference in a new issue