mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4279] 按照gofrp.org官网,提供的p2p教程示例,两台服务器部署的时候json解析失败 #3373
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#3373
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 @tsukiyoz on GitHub (Jun 14, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4279
Bug Description
proxies
name = "p2p_ssh_visitor"
type = "xtcp"
serverName = "p2p_ssh"
secretKey = "abcdefg"
bindAddr = "127.0.0.1"
bindPort = 6000
执行./frpc -c frpc.toml
报错unmarshal ProxyConfig error: json: unknown field "bindAddr"
frpc Version
0.58.1
frps Version
0.58.1
System Architecture
linux/amd64
Configurations
proxies
name = "p2p_ssh_visitor"
type = "xtcp"
serverName = "p2p_ssh"
secretKey = "abcdefg"
bindAddr = "127.0.0.1"
bindPort = 6000
Logs
No response
Steps to reproduce
...
Affected area
@A2uria commented on GitHub (Jun 14, 2024):
[[proxies]]改成[[visitors]]@tsukiyoz commented on GitHub (Jun 14, 2024):
thanks, 感谢。根据@A2ruia的解惑,可以实现p2p了