-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Open
Description
Bug Description
同样的frpc配置文件用linux/386的镜像0.64可以启动0.65不行直接未识别配置文件,用0.65的windows版本的frpc测试过是可以识别的
frpc Version
0.65
frps Version
0.65
System Architecture
linux/386
Configurations
auth.method = "token"
auth.token = "xxxxx"
auth.additionalScopes = ["HeartBeats"]
serverAddr = "xxx"
serverPort = 26001
transport.protocol = "tcp"
transport.tcpMuxKeepaliveInterval = 30
transport.heartbeatInterval = 30
transport.tls.enable = true
transport.tls.certFile = "/etc/frp/cert/xx.pem"
transport.tls.keyFile = "/etc/frp/cert/xx.key"
transport.tls.serverName = "frp.lfans.cn"
user = "办公室"
[[proxies]]
name = "公司路由.WEB"
type = "tcp"
localIP = "10.168.120.254"
localPort = 443
remotePort = 28000
transport.useEncryption = true
transport.useCompression = true
Logs
没有日志
Steps to reproduce
...
Affected area
- Docs
- Installation
- Performance and Scalability
- Security
- User Experience
- Test and Release
- Developer Infrastructure
- Client Plugin
- Server Plugin
- Extensions
- Others
Metadata
Metadata
Assignees
Labels
No labels