Frp服务端一键配置脚本,脚本默認获取Frp最新版本
项目主页:https://github.com/kongdd/frp-onekey
wget https://raw.githubusercontent.com/mvscode/frps-onekey/master/install-frps.sh -O ./install-frps.sh
chmod 700 ./install-frps.sh
./install-frps.sh install
NaiveProxy一键安装配置脚本,支持非80端口。
项目主页:https://github.com/imajeason/nas_tools
curl -o /root/.naive.sh https://raw.githubusercontent.com/imajeason/nas_tools/main/NaiveProxy/naive.sh
chmod +x /root/.naive.sh
ln -s /root/.naive.sh /usr/bin/naive