This commit is contained in:
luk
2026-06-21 06:02:06 +08:00
parent 812612d710
commit 8ae24c96a3
2 changed files with 10 additions and 8 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=7897
PORTDEFAULT=17891
# function proxy() {
if [ "$proxySwitch" == "s" ] || [ "$proxySwitch" == "1" ]; then
echo "::*** Proxy server running on [port number] or [leave blank] for default $PORTDEFAULT (20170 for v2ray2, 7897 for 零点云 or clash verge)"
echo "::*** Proxy server running on [port number] or [leave blank] for default $PORTDEFAULT (20170 for v2ray2, 17891 for 零点云, 7897 for clash verge)"
while [ ! "$PORT" ]
do
read -p "***:: " PORT