mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #4704] frpc 无法正常添加visitor #3713
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#3713
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 @zhaodice on GitHub (Mar 10, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/4704
Bug Description
当我执行frpc -c frpc.toml 的时候
(为了便于复现,我把proxy和visitor写在一起了,分开也是一样的)
理论上此时应该监听6000端口,但启动的时候
p2p_ssh_visitor 并没有对6000端口进行监听,像是frpc在空转,没有监听任何端口,很奇怪的现象,但没有发现配置文件哪里出了问题。。。
frpc Version
0.61.2
frps Version
0.61.2
System Architecture
linux/amd64
Configurations
frps.toml
frpc.toml
Logs
CLIENT:
SERVER:
Steps to reproduce
...
Affected area
@zhaodice commented on GitHub (Mar 11, 2025):
改成
就好了,但这个配置也不能说有问题吧。。。奇了怪了