mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2477] 是否会考虑增加frpc节点组网的功能? #1964
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#1964
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 @aa51513 on GitHub (Jul 9, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2477
我相信用过frp的人肯定都了解一个叫zerotier的软件,它可以帮助多个位于不同网络下的节点组成一个虚拟的局域网,这很酷,但是由于服务器在国外,它实际使用起来体验很糟糕。
但是这样的功能,我们又是需要并且一时找不到任何替代品,虽然我可以使用frp+手动指定端口的方式来达到初步要求,但是毕竟端口冲突不可避免,新增一个端口必须改动frps和frpc,这让我感觉非常难受
因此我冒昧的问一下,frp未来是否有可能考虑支持frpc组网的功能?
我知道这会带来非常大的工作量,所以我只是在询问可能性,感谢您阅读我的提议
@lofter414 commented on GitHub (Jul 13, 2021):
好主意!确实有这个需求,希望大神能跟进!
@Specificsuper commented on GitHub (Jul 25, 2021):
你的需求要实现其实是一个很复杂的新方向。如果确实有这方面的需求可以看看成熟的企业级解决方案。比如dmvpn。最新的sdwan都可以实现你的需求。
@Ling128 commented on GitHub (Aug 13, 2021):
可以考虑一下n2n
@github-actions[bot] commented on GitHub (Sep 13, 2021):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.
@maxadc commented on GitHub (Sep 15, 2021):
好是好,不过两个根本不是一类软件,定位完全不同
@maxadc commented on GitHub (Sep 15, 2021):
n2n 真心难用 搞了很久都没搞定 另外有一个 p2ptun 倒是还可以 不过稳定性极差 莫名其妙的就连不上了 而且作者几年没维护了 还是frp稳定
@aa51513 commented on GitHub (Oct 7, 2021):
Maybe