mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #2167] [CLOSED] Decode bak #4518
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#4518
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?
📋 Pull Request Information
Original PR: https://github.com/fatedier/frp/pull/2167
Author: @yuyulei
Created: 12/25/2020
Status: ❌ Closed
Base:
dev← Head:decode-bak📝 Commits (2)
c7438fdReconstruct config369c545wip📊 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.