[GH-ISSUE #4665] frpc could not run normally #3685

Closed
opened 2026-05-05 14:21:54 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @robinzc2008 on GitHub (Feb 10, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/4665

  1. FPRC client

  2. Environment: Ubuntu system

  3. Version: 0.61.1

  4. The frpc.toml file is configured with a proxy, where there is a parameter called customDomains (this is based on the parameter name in frpc_full.toml), but when starting the container, an error occurs:

unmarshal ProxyConfig error: json: unknown field "customDomains"

I tried other parameter name like"custom_domains", didn't work either.

FRPC 无法正常运行

1.FPRC客户端

2.环境ubuntu系统

3.版本:0.61.1

4.frpc.toml文件内配置了代理,其中有个参数customDomains,(这个是参照了frpc_full.toml里注释的参数名称),但是容器启动时日志报错:

unmarshal ProxyConfig error: json: unknown field "customDomains"
我尝试了其他的参数名称类似于:customdomains custom_domains 也都是同样报错

Originally created by @robinzc2008 on GitHub (Feb 10, 2025). Original GitHub issue: https://github.com/fatedier/frp/issues/4665 1. FPRC client 2. Environment: Ubuntu system 3. Version: 0.61.1 4. The frpc.toml file is configured with a proxy, where there is a parameter called customDomains (this is based on the parameter name in frpc_full.toml), but when starting the container, an error occurs: unmarshal ProxyConfig error: json: unknown field "customDomains" I tried other parameter name like"custom_domains", didn't work either. FRPC 无法正常运行 1.FPRC客户端 2.环境ubuntu系统 3.版本:0.61.1 4.frpc.toml文件内配置了代理,其中有个参数customDomains,(这个是参照了frpc_full.toml里注释的参数名称),但是容器启动时日志报错: unmarshal ProxyConfig error: json: unknown field "customDomains" 我尝试了其他的参数名称类似于:customdomains custom_domains 也都是同样报错
Author
Owner

@robinzc2008 commented on GitHub (Feb 10, 2025):

我找到答案了。。。https的流量代理,我选择了tcp,tcp不支持customDomain这个配置项。

<!-- gh-comment-id:2649342281 --> @robinzc2008 commented on GitHub (Feb 10, 2025): 我找到答案了。。。https的流量代理,我选择了tcp,tcp不支持customDomain这个配置项。
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#3685
No description provided.