[PR #2098] [MERGED] Reconstruct config #4507

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/2098
Author: @yuyulei
Created: 11/23/2020
Status: Merged
Merged: 1/26/2021
Merged by: @fatedier

Base: devHead: decode


📝 Commits (2)

📊 Changes

31 files changed (+2745 additions, -1637 deletions)

View changed files

📝 client/admin_api.go (+2 -2)
📝 client/proxy/proxy.go (+6 -6)
📝 cmd/frpc/sub/http.go (+1 -1)
📝 cmd/frpc/sub/https.go (+1 -1)
📝 cmd/frpc/sub/root.go (+5 -13)
📝 cmd/frpc/sub/stcp.go (+1 -1)
📝 cmd/frpc/sub/sudp.go (+1 -1)
📝 cmd/frpc/sub/tcp.go (+1 -1)
📝 cmd/frpc/sub/tcpmux.go (+1 -1)
📝 cmd/frpc/sub/udp.go (+1 -1)
📝 cmd/frpc/sub/xtcp.go (+1 -1)
📝 cmd/frps/root.go (+4 -12)
📝 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/README.md (+12 -0)
📝 pkg/config/client.go (+177 -173)
pkg/config/client_test.go (+643 -0)

...and 11 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/2098 **Author:** [@yuyulei](https://github.com/yuyulei) **Created:** 11/23/2020 **Status:** ✅ Merged **Merged:** 1/26/2021 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `decode` --- ### 📝 Commits (2) - [`8d27d7f`](https://github.com/fatedier/frp/commit/8d27d7f6eea544497b3fc918aa2faf6b898eaf9c) refactoring config - [`896add3`](https://github.com/fatedier/frp/commit/896add33dbc773802d2d57cd31ada79c34365a0f) Update by comments ### 📊 Changes **31 files changed** (+2745 additions, -1637 deletions) <details> <summary>View changed files</summary> 📝 `client/admin_api.go` (+2 -2) 📝 `client/proxy/proxy.go` (+6 -6) 📝 `cmd/frpc/sub/http.go` (+1 -1) 📝 `cmd/frpc/sub/https.go` (+1 -1) 📝 `cmd/frpc/sub/root.go` (+5 -13) 📝 `cmd/frpc/sub/stcp.go` (+1 -1) 📝 `cmd/frpc/sub/sudp.go` (+1 -1) 📝 `cmd/frpc/sub/tcp.go` (+1 -1) 📝 `cmd/frpc/sub/tcpmux.go` (+1 -1) 📝 `cmd/frpc/sub/udp.go` (+1 -1) 📝 `cmd/frpc/sub/xtcp.go` (+1 -1) 📝 `cmd/frps/root.go` (+4 -12) 📝 `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/README.md` (+12 -0) 📝 `pkg/config/client.go` (+177 -173) ➕ `pkg/config/client_test.go` (+643 -0) _...and 11 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:23 -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#4507
No description provided.