VPS 配置FRPS内网穿透一键安装脚本

clangcn提供了一键安装脚本

Install

wget --no-check-certificate https://raw.githubusercontent.com/clangcn/onekey-install-shell/master/frps/install-frps.sh -O ./install-frps.sh
chmod 700 ./install-frps.sh
./install-frps.sh install

UnInstall

    ./install-frps.sh uninstall

Update

    ./install-frps.sh update

服务器管理

    Usage: /etc/init.d/frps {start|stop|restart|status|config|version}

你可能感兴趣的:(VPS 配置FRPS内网穿透一键安装脚本)