mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4320] 代理配置文件里增加 “transport.useEncryption = true” 这条报错 #3411
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#3411
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 @dobelachaos on GitHub (Jul 7, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4320
Bug Description
代理配置文件里增加 “transport.useEncryption = true” 这条报错,“ unmarshal ProxyConfig error: unmarshal ClientPluginOptions error: json: unknown field "transport" "
访问配置里写这条没问题
是只要访问者配置了这条就可以吗?
我看官方的文档里代理配置是有这一条目的
使用的是最新版,配置文件格式是toml
而且我用老版的ini文件代理配置这条是没问题的
frpc Version
0.58.1
frps Version
0.58.1
System Architecture
freeBSD
Configurations
serv00
Logs
No response
Steps to reproduce
...
Affected area
@xqzr commented on GitHub (Jul 7, 2024):
在
[[proxies]]里c6f9d8d403/conf/frpc_full_example.toml (L151)@dobelachaos commented on GitHub (Jul 7, 2024):
多谢 多谢 ,我一下子明白了 我写在了 [proxies.plugin] 里,不好意思 ,还是自己没仔细看文档