mirror of
https://github.com/fatedier/frp.git
synced 2026-05-16 00:25:49 -06:00
[GH-ISSUE #226] frps/control.go:251 在call NewProxyServerFromCtlMsg时候应该要判断当前是否有监听此端口的服务吧? #155
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#155
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 @jcao-ai on GitHub (Jan 12, 2017).
Original GitHub issue: https://github.com/fatedier/frp/issues/226
使用相同的frpc.ini 文件启用两个frpc客户端,在第二个客户端发起的时候确实在frps端做过拦截,返回this proxy is already working now。虽然Proxy没有创建,但是Server已经创建了,请见control.go:251,导致端口冲突了吧????所以前一个frpc客户端也出问题无法连接