frpc 使用

1、下载

https://github.com/fatedier/frp/releases/download/v0.44.0/frp_0.44.0_windows_amd64.zip
image

2、在服务端运行

frps.exe

[common]
bind_port = 7000

3、在客户端运行

frpc.exe

[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

测试连接

image
成功
image

posted @ 2022-09-01 22:28  zhaogaojian  阅读(171)  评论(0编辑  收藏  举报