注册表搜索frpc,选择snowdreamtech,版本与服务器版本对应,docker文件夹中新建frp文件夹,上传配置文件frpc.toml,如下
[common]
server_addr = "你的服务器IP"
server_port = 7000
token="自己服务器端设置的token"
[ssh]
type = "tcp"
local_ip = "127.0.0.1"
local_port = 22
remote_port = 6000
[web]
type = "tcp"
local_ip = "127.0.0.1"
local_port = 5001
remote_port = 5001
[xiaoya]
type = "tcp"
local_ip = "127.0.0.1"
local_port = 5678
remote_port = 5678
Comments NOTHING