时间:2017年11月27日 | 作者 : liuhui | 分类 : FRP教程 | 浏览: 13352次 | 评论 0 人
阿里云限量代金券 | 此广告位出租25元/月 |
本次实验使用的路由器架构是mipsle(有人G806工业3g4g无线路由器|移动)路由器ssh用户名:usr密码:www.usr.cn,使用作者编译好的即可,建议使用WinSCP上传到/etc/目录
解压
tar zxvf frp_0.13.0_linux_mipsle.tar.gz
重命名文件夹
mv frp_0.13.0_linux_mipsle frpc
cd frpc
vi start_frpc.sh新建一个frp守护脚本将下面的代码复制进去
#!/bin/sh check(){ pidof frpc > /dev/null 2>&1 if [ $? -ne 0 ]; then /etc/frpc/frpc -c /etc/frpc/frpc.ini & fi } while true do sleep 1 check done
赋予权限
chmod +x frpc frpc.ini frpc.log start_frpc.sh
在/etc/rc.local文件的exit 0前加入下面两行代码
/etc/frpc/frpc -c /etc/frpc/frpc.ini & /etc/frpc/start_frpc.sh &
最后重启路由器
reboot
稍等片刻就可以看到已经开机启动了
推荐您阅读更多有关于“”的文章
Powered By Z-Blogphp
分享:
支付宝
微信