mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #585] 是否考虑由服务端来控制反弹的端口 #455
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#455
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 @abxuz on GitHub (Jan 2, 2018).
Original GitHub issue: https://github.com/fatedier/frp/issues/585
我们有一些物联网设备分散在许多没有公网地址的场所需要进行远程管理维护,随着设备的增加场所的变多,由客户端侧来配置反弹的端口会出现端口管理以及名称管理上的麻烦,也有只要拿到配置文件就可以随意在其他设备上反弹我服务器上的端口问题。所以我想作者会不会考虑加一种模式在S端配置好各种能反弹的端口和名称信息,客户端来连接的时候如果是允许的端口和名称就允许反弹,否则就拒绝,这样服务器的管理与安全都比较合适一点。
@fatedier commented on GitHub (Jan 17, 2018):
以前的 issue 里有提到过,主要是安全性方面的考虑,增加这样的功能,相当于本地所有端口都有可能被暴露在公网上。
作为一个开源项目,有各种层次的使用者,懂技术的,不懂技术的,不是所有人都能自己维护这样的功能的安全性,且我也不能确保这个程序没有漏洞会被其他人利用。如果一旦有问题,可能造成的后果也是比较严重的。