客户端
内网主机
frpc.toml
serverAddr = "127.0.0.1"
serverPort = 7000
[[proxies]]
name = "test-tcp"
type = "tcp"
localIP = "127.0.0.1"
localPort = 22
remotePort = 6000
服务器端
公网主机
frps.toml
bindPort = 7000
内网主机
frpc.toml
serverAddr = "127.0.0.1"
serverPort = 7000
[[proxies]]
name = "test-tcp"
type = "tcp"
localIP = "127.0.0.1"
localPort = 22
remotePort = 6000
公网主机
frps.toml
bindPort = 7000