[GH-ISSUE #4372] frpc config file #3452

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

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

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
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 1. 2. 3. ... ### Affected area - [ ] Docs - [X] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
Author
Owner

@fatedier commented on GitHub (Aug 7, 2024):

So you need to remove customDomains.

<!-- gh-comment-id:2272520915 --> @fatedier commented on GitHub (Aug 7, 2024): So you need to remove customDomains.
Author
Owner

@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?

<!-- gh-comment-id:2273348532 --> @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?
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#3452
No description provided.