mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-23 04:40:40 +08:00
DNS: generator: up
This commit is contained in:
parent
2852d44fa6
commit
ac48ac3c94
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ for i in *; do
|
||||||
print_record "$downstream_ip" "$UPSTREAM.$DOWNSTREAM.tun30.neo."
|
print_record "$downstream_ip" "$UPSTREAM.$DOWNSTREAM.tun30.neo."
|
||||||
) >> "$TUN30_TEMP"
|
) >> "$TUN30_TEMP"
|
||||||
elif [ "$TYPE" = "PTP" ]; then
|
elif [ "$TYPE" = "PTP" ]; then
|
||||||
i="${i/PP,/}"
|
i="${i/PTP,/}"
|
||||||
upstream_ip="${i%~*}"
|
upstream_ip="${i%~*}"
|
||||||
downstream_ip="${i#*~}"
|
downstream_ip="${i#*~}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue