[PR #2167] [CLOSED] Decode bak #4518

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/2167
Author: @yuyulei
Created: 12/25/2020
Status: Closed

Base: devHead: decode-bak


📝 Commits (2)

📊 Changes

25 files changed (+3143 additions, -1915 deletions)

View changed files

📝 client/admin_api.go (+1 -1)
📝 client/proxy/proxy.go (+6 -6)
📝 cmd/frpc/sub/root.go (+3 -11)
📝 cmd/frps/root.go (+2 -10)
📝 go.mod (+3 -1)
📝 go.sum (+12 -0)
📝 pkg/auth/auth.go (+22 -65)
📝 pkg/auth/oidc.go (+20 -79)
📝 pkg/auth/token.go (+7 -24)
pkg/config/bandwidth.go (+121 -0)
📝 pkg/config/bandwidth_test.go (+0 -0)
pkg/config/client.go (+260 -0)
pkg/config/client_common.go (+0 -365)
pkg/config/client_test.go (+683 -0)
📝 pkg/config/proxy.go (+422 -703)
pkg/config/proxy_test.go (+483 -0)
pkg/config/server.go (+144 -0)
pkg/config/server_common.go (+0 -477)
pkg/config/server_test.go (+205 -0)
📝 pkg/config/types.go (+481 -71)

...and 5 more files

📄 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/2167 **Author:** [@yuyulei](https://github.com/yuyulei) **Created:** 12/25/2020 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `decode-bak` --- ### 📝 Commits (2) - [`c7438fd`](https://github.com/fatedier/frp/commit/c7438fd2fd4e1a5bfe26d152969d5eb2dcd22818) Reconstruct config - [`369c545`](https://github.com/fatedier/frp/commit/369c545647a4d062abd9ba9bb32b9744dc409bf5) wip ### 📊 Changes **25 files changed** (+3143 additions, -1915 deletions) <details> <summary>View changed files</summary> 📝 `client/admin_api.go` (+1 -1) 📝 `client/proxy/proxy.go` (+6 -6) 📝 `cmd/frpc/sub/root.go` (+3 -11) 📝 `cmd/frps/root.go` (+2 -10) 📝 `go.mod` (+3 -1) 📝 `go.sum` (+12 -0) 📝 `pkg/auth/auth.go` (+22 -65) 📝 `pkg/auth/oidc.go` (+20 -79) 📝 `pkg/auth/token.go` (+7 -24) ➕ `pkg/config/bandwidth.go` (+121 -0) 📝 `pkg/config/bandwidth_test.go` (+0 -0) ➕ `pkg/config/client.go` (+260 -0) ➖ `pkg/config/client_common.go` (+0 -365) ➕ `pkg/config/client_test.go` (+683 -0) 📝 `pkg/config/proxy.go` (+422 -703) ➕ `pkg/config/proxy_test.go` (+483 -0) ➕ `pkg/config/server.go` (+144 -0) ➖ `pkg/config/server_common.go` (+0 -477) ➕ `pkg/config/server_test.go` (+205 -0) 📝 `pkg/config/types.go` (+481 -71) _...and 5 more files_ </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:43:35 -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#4518
No description provided.