一键部署
wget https://nas.snynas.com:20043/pub/frp/-/raw/master/frps/centos-frps-install.sh?inline=false && chmod +x centos-frps-install.sh && ./centos-frps-install.sh
操作命令
安装成功,请先修改 frps.ini 文件,确保格式及配置正确无误!
vi /usr/local/frps_0.35.1/frps.ini
修改完毕后可使用执行以下命令:
systemctl start frps
systemctl restart frps
systemctl stop frps
一键卸载
wget https://nas.snynas.com:20043/pub/frp/-/raw/master/frps/centos-frps-uninstall.sh?inline=false && chmod +x centos-frps-uninstall.sh && ./centos-frps-uninstall.sh
评论区