We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.检查防火墙,放行对应端口。
2.尝试执行以下代码,重新加载配置。
PID=`ps -ef | grep -v grep | grep -i "frps" | awk '{print $2}'` && kill -HUP ${PID}
3.尝试重启服务器。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1.检查防火墙,放行对应端口。
2.尝试执行以下代码,重新加载配置。
3.尝试重启服务器。
The text was updated successfully, but these errors were encountered: