mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1076] frp 如何实现单服务器多代理用户的条件下限制每个用户网络流量的需求? #846
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#846
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 @ghost on GitHub (Feb 3, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1076
我目前是在阿里云有每月网络流量限制的服务器上使用frp。由于服务器需要在公网环境下接受多个代理用户的连接请求,故需要一种可以限制每个用户流量配额的方法,以防止服务器每月流量超额
目前frp的设置项可以实现这种功能吗?或者说,CentOS的一些工具可以实现这种功能?
@iBug commented on GitHub (Feb 12, 2019):
Nothing specific to frp, but have you tried common solution with
iptables? It seems to work very well with arbitrary software. Just make sure you set the rules correctly for each port.@snowdream commented on GitHub (Feb 27, 2019):
关注