[PR #4850] [CLOSED] test merge #5060

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/4850
Author: @fatedier
Created: 6/25/2025
Status: Closed

Base: masterHead: devtest


📝 Commits (7)

📊 Changes

39 files changed (+664 additions, -279 deletions)

View changed files

📝 .github/workflows/golangci-lint.yml (+2 -8)
📝 .github/workflows/stale.yml (+1 -1)
📝 .gitignore (+3 -0)
📝 .golangci.yml (+92 -119)
📝 Makefile.cross-compiles (+1 -1)
📝 README.md (+1 -1)
📝 Release.md (+3 -2)
📝 client/proxy/proxy.go (+4 -20)
📝 client/proxy/sudp.go (+1 -1)
📝 client/proxy/udp.go (+3 -1)
📝 client/service.go (+3 -4)
📝 doc/server_plugin.md (+1 -1)
📝 go.mod (+8 -8)
📝 go.sum (+18 -14)
📝 hack/run-e2e.sh (+3 -3)
📝 package.sh (+1 -1)
📝 pkg/config/legacy/client.go (+2 -5)
📝 pkg/config/legacy/conversion.go (+22 -22)
📝 pkg/config/legacy/proxy.go (+1 -1)
📝 pkg/config/load.go (+32 -2)

...and 19 more files

📄 Description

WHY


🔄 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/4850 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 6/25/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `devtest` --- ### 📝 Commits (7) - [`c99986f`](https://github.com/fatedier/frp/commit/c99986fa28bf12b4e46e32d599ddac98b0f87eb0) build: add x64 openbsd (#4780) - [`077ba80`](https://github.com/fatedier/frp/commit/077ba80ba35d8ad257f99bbb819fb4cbeaa9e1ba) fix: type error in server_plugin doc (#4799) - [`8eb525a`](https://github.com/fatedier/frp/commit/8eb525a64853aa15fb2bd21865ccaad3092baf29) feat: support YAML merge in strict configuration mode (#4809) - [`3fa76b7`](https://github.com/fatedier/frp/commit/3fa76b72f3e6b2b9d8b0093ea755d5d1eb0d6b92) add proxy protocol support for UDP proxies (#4810) - [`720c09c`](https://github.com/fatedier/frp/commit/720c09c06b31b44295a90dab9428a910e3c1b222) update test package (#4814) - [`43cf168`](https://github.com/fatedier/frp/commit/43cf1688e483bc210f334b6e4c664fea0e3324d8) update golangci-lint version (#4817) - [`c777891`](https://github.com/fatedier/frp/commit/c777891f7589e3491f6e5c375b91fd637680aa04) update .golangci.yml (#4848) ### 📊 Changes **39 files changed** (+664 additions, -279 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/golangci-lint.yml` (+2 -8) 📝 `.github/workflows/stale.yml` (+1 -1) 📝 `.gitignore` (+3 -0) 📝 `.golangci.yml` (+92 -119) 📝 `Makefile.cross-compiles` (+1 -1) 📝 `README.md` (+1 -1) 📝 `Release.md` (+3 -2) 📝 `client/proxy/proxy.go` (+4 -20) 📝 `client/proxy/sudp.go` (+1 -1) 📝 `client/proxy/udp.go` (+3 -1) 📝 `client/service.go` (+3 -4) 📝 `doc/server_plugin.md` (+1 -1) 📝 `go.mod` (+8 -8) 📝 `go.sum` (+18 -14) 📝 `hack/run-e2e.sh` (+3 -3) 📝 `package.sh` (+1 -1) 📝 `pkg/config/legacy/client.go` (+2 -5) 📝 `pkg/config/legacy/conversion.go` (+22 -22) 📝 `pkg/config/legacy/proxy.go` (+1 -1) 📝 `pkg/config/load.go` (+32 -2) _...and 19 more files_ </details> ### 📄 Description ### WHY <!-- author to complete --> --- <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:53:57 -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#5060
No description provided.