[GH-ISSUE #5000] 新参数好像不识别,unmarshal VisitorConfig error: json: unknown field "disableAssistedAddrs" #3939

Closed
opened 2026-05-05 14:30:35 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @PHCSJC on GitHub (Sep 26, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/5000

Bug Description

更新到最新的v0.65.0,配置文件是toml格式的,试了下新参数disableAssistedAddrs = true,启动时提示参数不识别,去掉参数后可以正常启动

frpc Version

v0.65.0

frps Version

v0.65.0

System Architecture

linux/arm64

Configurations

visitors
name ="ssh_visitor"
protocol = "kcp"
type = "xtcp"
disableAssistedAddrs = true
keepTunnelOpen = true
serverName = "ssh-xtcp"
secretKey = "abcdefg"
bindAddr = "192.168.2.1"
bindPort = 6666

Logs

No response

Steps to reproduce

...

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
Originally created by @PHCSJC on GitHub (Sep 26, 2025). Original GitHub issue: https://github.com/fatedier/frp/issues/5000 ### Bug Description 更新到最新的v0.65.0,配置文件是toml格式的,试了下新参数disableAssistedAddrs = true,启动时提示参数不识别,去掉参数后可以正常启动 ### frpc Version v0.65.0 ### frps Version v0.65.0 ### System Architecture linux/arm64 ### Configurations [[visitors]] name ="ssh_visitor" protocol = "kcp" type = "xtcp" disableAssistedAddrs = true keepTunnelOpen = true serverName = "ssh-xtcp" secretKey = "abcdefg" bindAddr = "192.168.2.1" bindPort = 6666 ### Logs _No response_ ### Steps to reproduce 1. 2. 3. ... ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
Author
Owner

@PHCSJC commented on GitHub (Sep 26, 2025):

放在proxy端也不行,是我哪里配置不对吗?

<!-- gh-comment-id:3336563802 --> @PHCSJC commented on GitHub (Sep 26, 2025): 放在proxy端也不行,是我哪里配置不对吗?
Author
Owner
<!-- gh-comment-id:3336582398 --> @fatedier commented on GitHub (Sep 26, 2025): https://github.com/fatedier/frp/blob/dev/conf/frpc_full_example.toml#L390
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#3939
No description provided.