https://github.com/fatedier/frp/releases/tag/v0.53.2
根据系统下载相应的版本
默认绑定7000
端口,可编辑frps.toml
文件修改端口。
bindPort = 7000
./frps -c frps.toml
# 注意:需要用cmd窗口运行,不能直接exe点击运行
frps.exe -c frps.toml
编辑frpc.toml
文件
serverAddr = "xx.xx.xxx.xxx" # server端IP
serverPort = 7000
[[proxies]]
name = "tcp1"
type = "tcp"
localIP = "qwe.sss.qqw.sas"
localPort = xxxx
remotePort = xxxx
[[proxies]]
name = "tcp2"
type = "tcp"
localIP = "qwe.sss.qqw.sas"
localPort = yyyy
remotePort = yyyy
./frpc -c frpc.toml
# 注意:需要用cmd窗口运行,不能直接exe点击运行
frpc.exe -c frpc.toml