mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #5056] 执行frpc但是报错unmarshal ProxyConfig error: json: unknown field "customDomains" #3977
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#3977
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 @chooseaidsleep on GitHub (Nov 13, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/5056
Bug Description
使用这个语法customDomains = ["a.b.c"],然后执行frpc -c xx.toml会报错unmarshal ProxyConfig error: json: unknown field "customDomains"
frpc Version
0.65.0
frps Version
0.65.0
System Architecture
0.65.0
Configurations
proxies
name = "sthttp"
type = "tcp"
localIP = "127.0.0.1"
localPort = 80
remotePort = 1080
transport.useEncryption = true
transport.useCompression = true
customDomains = ["a.b.c"]
Logs
No response
Steps to reproduce
...
Affected area
@github-actions[bot] commented on GitHub (Nov 28, 2025):
Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.