This commit is contained in:
Luk
2026-01-18 22:45:46 +08:00
parent ce814d7706
commit 032fed7913
10 changed files with 35 additions and 15 deletions

View File

@@ -11,10 +11,10 @@ fi
# to reset port to empty, otherwise the second run of this script will not ask for port.
PORT=
PORTDEFAULT=20170
PORTDEFAULT=17890
# function proxy() {
if [ "$proxySwitch" == "s" ] || [ "$proxySwitch" == "1" ]; then
echo "::*** Proxy server running on [port number] or [leave blank] for default $PORTDEFAULT (20170 for v2ray2, or 7897 for clash verge)"
echo "::*** Proxy server running on [port number] or [leave blank] for default $PORTDEFAULT (20170 for v2ray2, 17890 for 零点云, or 7897 for clash verge)"
while [ ! "$PORT" ]
do
read -p "***:: " PORT