Skip to content

0.65版本linux/386的FRPC镜像无法识别配置文件0.64可以 #5075

@MrLiuGangQiang

Description

@MrLiuGangQiang

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions