Frps的Liux服务端一键安装脚本
##这里感谢各位大神们开发的各种牛逼软件 ##感谢fatedier/frp提供这么优秀的软件
脚本是clangcn大佬5年前写的。
安装平台:CentOS、Debian、Ubuntu。
wget --no-check-certificate https://raw.githubusercontent.com/jsgzsjskj/Frps-install/master/frps/install-frps.sh -O ./install-frps.sh
chmod 700 ./install-frps.sh
./install-frps.sh install
./install-frps.sh uninstall
./install-frps.sh update
Usage: /etc/init.d/frps {start|stop|restart|status|config|version}