[[proxies]]
name = "test-tcp"
type = "tcp"
localIP = "127.0.0.1"
localPort = 3389
remotePort = 23389
`
Logs
login to the server failed: dial tcp xxxx:7001: connectex: No connection could be made because the target machine actively refused it.. With loginFailExit enabled, no additional retries will be attempted
Bug Description
frps服务:已经启动
服务端是linux/amd64 客户端是windows/amd64
frpc Version
0.61.0
frps Version
0.61.0
System Architecture
linux/amd64
Configurations
frps配置: ` bindPort = 7001
auth.method = "token"
auth.token ="hj@333"
webServer.addr="0.0.0.0"
webServer.port=7000
webServer.user="hj"
webServer.password="asd**77asdf123"
frpc配置:
serverAddr="xxx" serverPort=7001 loginFailExit=true auth.method="token" auth.token="hj@333" transport.tls.enable = false[[proxies]] name = "test-tcp" type = "tcp" localIP = "127.0.0.1" localPort = 3389 remotePort = 23389 `
Logs
login to the server failed: dial tcp xxxx:7001: connectex: No connection could be made because the target machine actively refused it.. With loginFailExit enabled, no additional retries will be attempted
Steps to reproduce
...
Affected area