CentOS 7 安装frpc

原创 淹不死的狗  2020-09-03 03:23:38  阅读 727 次 评论 0 条
摘要:

源码仓库官网https://github.com/fatedier/frp/releases执行如下命令yum install wget mkdir /home/frp cd /tmp wget https://github.com/fatedier/frp/releases/download/v0.20.0/frp_0.20.0_linux_amd64.tar.gz tar zxvf frp_0.20.0_linux

源码仓库官网

https://github.com/fatedier/frp/releases

执行如下命令

yum install wget
mkdir /home/frp
cd /tmp
wget https://github.com/fatedier/frp/releases/download/v0.20.0/frp_0.20.0_linux_amd64.tar.gz
tar zxvf frp_0.20.0_linux_amd64.tar.gz
cd frp_0.20.0_linux_amd64
cp frpc /home/frp/
cp frpc.ini /home/frp/

设置自动启动

chmod +x /etc/rc.d/rc.local
vi /etc/rc.d/rc.local

添加

cd /home/frp
nohup ./frpc -c frpc.ini &

保存,退出,重启


本文地址:https://tugouli.exiu.org/3572.html
版权声明:本文为原创文章,版权归 淹不死的狗 所有,欢迎分享本文,转载请保留出处!

发表评论


表情

还没有留言,还不快点抢沙发?