./frpc -c frpc.toml &

This commit is contained in:
bilt 2025-07-26 14:16:38 +08:00
parent b5bcc29ce4
commit 57931cd483

View File

@ -161,7 +161,7 @@ cat frpc.toml
# Start frpc in the background
echo "Starting frpc..."
./frpc -c frpc.toml
./frpc -c frpc.toml &
echo "frp has been started."
echo "Remote access URL: http://$SERVER_ADDR:$REMOTE_PORT/"