frpspro icon indicating copy to clipboard operation
frpspro copied to clipboard

Frps 一键安装脚本,Frpc Windows 便捷脚本!Frp 远程桌面!

Results 6 frpspro issues
Sort by recently updated
recently updated
newest added

在同一个vps下先安装了trojan使用80端口后,是否可以安装此应用 frpspro

add frps update option and using systemd file from zip script will check if the systemd folder exist and using file from it or create new one. original frps.service have...

如何修改默认的允许连接端口范围

以80端口为例,执行以下命令: ``` CMD=`lsof -i:"80" | awk '{print $1}' | grep -v "COMMAND" | sort -u` && systemctl disable ${CMD} && systemctl stop ${CMD} && killall -9 ${CMD} ```

1.检查防火墙,放行对应端口。 2.尝试执行以下代码,重新加载配置。 ``` PID=`ps -ef | grep -v grep | grep -i "frps" | awk '{print $2}'` && kill -HUP ${PID} ``` 3.尝试重启服务器。