mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4372] frpc config file #3452
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#3452
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 @zsl7091 on GitHub (Aug 7, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4372
Bug Description
frpc config file has no any errors for the version 0.54.0, but always error for version 0.59.0, so that the frpc cannot start. error logs: unmarshal ProxyConfig error: json: unknown field "customDomains". if run the verification command, it shows: unmarshal ProxyConfig error: json: unknown field "customDomains".
frpc Version
0.59.0
frps Version
0.59.0
System Architecture
amd64
Configurations
customDomains
Logs
unmarshal ProxyConfig error: json: unknown field "customDomains"
Steps to reproduce
...
Affected area
@fatedier commented on GitHub (Aug 7, 2024):
So you need to remove customDomains.
@zsl7091 commented on GitHub (Aug 7, 2024):
If I remove customDomains, how to access the differnt proxies with the same port, such as 8080 and 8081? Why there is no problem on the version 0.54.0?