mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #5000] 新参数好像不识别,unmarshal VisitorConfig error: json: unknown field "disableAssistedAddrs" #3939
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#3939
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@PHCSJC commented on GitHub (Sep 26, 2025):
放在proxy端也不行,是我哪里配置不对吗?
@fatedier commented on GitHub (Sep 26, 2025):
https://github.com/fatedier/frp/blob/dev/conf/frpc_full_example.toml#L390