This commit is contained in:
Luk
2024-09-14 12:13:01 +08:00
parent 9992fb331a
commit c23af842fd
6 changed files with 177 additions and 12 deletions

View File

@@ -9,6 +9,9 @@ else
read -p ">>> " proxySwitch
fi
# to reset port to empty, otherwise the second run of this script will not ask for port.
PORT=
# function proxy() {
if [ "$proxySwitch" == "s" ] || [ "$proxySwitch" == "1" ]; then
echo "=== Proxy server running on [port number] or [leave blank] for default 7897"