mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #738] 客户端权限过大的问题,特权模式下客户端可以指定任意frp开放的端口 #579
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#579
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 @iRickcoder on GitHub (May 3, 2018).
Original GitHub issue: https://github.com/fatedier/frp/issues/738
What version of frp are you using (./frpc -v or ./frps -v)?
v0.17.0
What operating system and processor architecture are you using (
go env)?Ubuntu-16.04
Configures you used:
Describe the results you received:
在服务端设置token,只要客户端参数知道token后可以任意使用服务端开放的端口池。
应用场景下,客户端权利太大,无法管理客户端
Describe the results you expected:
希望能指定客户端配置,比如设置某个token控制分配一个端口给用户。
@fatedier commented on GitHub (May 3, 2018):
这个项目目前本身不是用于提供多个用户的服务,仅作为个人测试开发使用,所以不会引入相关的管理功能。你可以通过修改源码自行实现自己的需求。
@iRickcoder commented on GitHub (May 3, 2018):
好的,谢谢 @fatedier
@shoaly commented on GitHub (May 6, 2019):
额... 本来也想提想同的问题, 看到这个issue..止步了..
确实frpc的权利目前太大了, frps那边基本无法控制端口被滥用