mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4665] frpc could not run normally #3685
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#3685
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 @robinzc2008 on GitHub (Feb 10, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/4665
FPRC client
Environment: Ubuntu system
Version: 0.61.1
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 也都是同样报错
@robinzc2008 commented on GitHub (Feb 10, 2025):
我找到答案了。。。https的流量代理,我选择了tcp,tcp不支持customDomain这个配置项。