[PR #1495] [MERGED] support bandwith limit for one proxy #4398

Closed
opened 2026-05-05 14:41:18 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/1495
Author: @fatedier
Created: 11/2/2019
Status: Merged
Merged: 11/8/2019
Merged by: @fatedier

Base: devHead: new


📝 Commits (2)

  • 6da093a support bandwith limit for one proxy
  • 42425d8 update vendor files

📊 Changes

14 files changed (+719 additions, -13 deletions)

View changed files

📝 client/proxy/proxy.go (+32 -10)
📝 conf/frpc_full.ini (+2 -0)
📝 go.mod (+1 -0)
📝 go.sum (+2 -0)
📝 models/config/proxy.go (+14 -3)
models/config/types.go (+100 -0)
utils/limit/reader.go (+51 -0)
utils/limit/writer.go (+60 -0)
vendor/golang.org/x/time/AUTHORS (+3 -0)
vendor/golang.org/x/time/CONTRIBUTORS (+3 -0)
vendor/golang.org/x/time/LICENSE (+27 -0)
vendor/golang.org/x/time/PATENTS (+22 -0)
vendor/golang.org/x/time/rate/rate.go (+400 -0)
📝 vendor/modules.txt (+2 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fatedier/frp/pull/1495 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 11/2/2019 **Status:** ✅ Merged **Merged:** 11/8/2019 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `new` --- ### 📝 Commits (2) - [`6da093a`](https://github.com/fatedier/frp/commit/6da093a4028eb5b6ef1d5cc6d0f98f047557d8a1) support bandwith limit for one proxy - [`42425d8`](https://github.com/fatedier/frp/commit/42425d8218b215d8ee941a0364eb72ffd6dd839b) update vendor files ### 📊 Changes **14 files changed** (+719 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `client/proxy/proxy.go` (+32 -10) 📝 `conf/frpc_full.ini` (+2 -0) 📝 `go.mod` (+1 -0) 📝 `go.sum` (+2 -0) 📝 `models/config/proxy.go` (+14 -3) ➕ `models/config/types.go` (+100 -0) ➕ `utils/limit/reader.go` (+51 -0) ➕ `utils/limit/writer.go` (+60 -0) ➕ `vendor/golang.org/x/time/AUTHORS` (+3 -0) ➕ `vendor/golang.org/x/time/CONTRIBUTORS` (+3 -0) ➕ `vendor/golang.org/x/time/LICENSE` (+27 -0) ➕ `vendor/golang.org/x/time/PATENTS` (+22 -0) ➕ `vendor/golang.org/x/time/rate/rate.go` (+400 -0) 📝 `vendor/modules.txt` (+2 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 14:41:18 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#4398
No description provided.