1.服务端配置
frps.ini
[common]
bind_prot = 7000
vhost_http_prot = 80
chmod +x frps
./frps
后台运行
nohup ./frps -c ./frps.ini >frps.log 2&1 &
关闭
ps aux | grep frps
kill -9 进程号
2.客户端配置
[common]
server_addr = 127.0.0.1
server_port = 7000
[ssh]
type = tcp
local_ip = 127.0.0.1
local_port = 22
remote_port = 6000
[web]
type = http
local_port = 80
custom_domains = www.web.cn
附件:
scrcpy : https://github.com/Genymobile/scrcpy
frp : https://github.com/fatedier/frp/
frpc_android : https://github.com/mainfunx/frpc_android
wordpress : https://cn.wordpress.org/
KSWEB : http://kslabs.ru/
https://blog.51cto.com/u_14487231/6542263
评论 (0)