[PR #3299] [MERGED] sync #4720

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/3299
Author: @fatedier
Created: 2/9/2023
Status: Merged
Merged: 2/9/2023
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (10+)

📊 Changes

46 files changed (+408 additions, -98 deletions)

View changed files

📝 .circleci/config.yml (+2 -2)
📝 .github/workflows/golangci-lint.yml (+2 -2)
📝 .github/workflows/goreleaser.yml (+1 -1)
📝 .golangci.yml (+6 -2)
📝 Makefile (+3 -0)
📝 README.md (+4 -5)
📝 README_zh.md (+0 -4)
📝 Release.md (+7 -3)
📝 client/proxy/proxy.go (+1 -1)
📝 client/service.go (+4 -3)
📝 cmd/frpc/sub/http.go (+8 -0)
📝 cmd/frpc/sub/https.go (+8 -0)
📝 cmd/frpc/sub/root.go (+27 -24)
📝 cmd/frpc/sub/stcp.go (+8 -0)
📝 cmd/frpc/sub/sudp.go (+8 -0)
📝 cmd/frpc/sub/tcp.go (+8 -0)
📝 cmd/frpc/sub/tcpmux.go (+8 -0)
📝 cmd/frpc/sub/udp.go (+8 -0)
📝 cmd/frpc/sub/xtcp.go (+8 -0)
📝 cmd/frps/main.go (+1 -0)

...and 26 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/3299 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 2/9/2023 **Status:** ✅ Merged **Merged:** 2/9/2023 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`ad3548d`](https://github.com/fatedier/frp/commit/ad3548d3322c007773d495436dfa7abadae8aac4) optimize: GetAuthKey (#3254) - [`0eecab0`](https://github.com/fatedier/frp/commit/0eecab06c17d69ba11a84162aae35ed7d94f0423) Fix basic example server to join in readme (#3209) - [`d205c26`](https://github.com/fatedier/frp/commit/d205c264807b49f773f37a1efeeea86f39637e99) Bugfix: add ipv6 parsing for custom DNS server (#3266) - [`24c7d1d`](https://github.com/fatedier/frp/commit/24c7d1d9e2efeaa5b72159d9fc2127e3a7d751dc) clean Release.md - [`b1b8d9a`](https://github.com/fatedier/frp/commit/b1b8d9a82b7c4e0b0b999ec173e1038533fe88eb) frpc: do a graceful close for quic protocol at exit (#3282) - [`5e17bc7`](https://github.com/fatedier/frp/commit/5e17bc7bf173e15e70a51d90b240736b01fa1c17) remove sponsors - [`6b3daff`](https://github.com/fatedier/frp/commit/6b3daffaf09bd5fecc55d5a0fdf6b1b91624a71c) upgrade quic-go and change import path (#3286) - [`100148d`](https://github.com/fatedier/frp/commit/100148d9254c4be710d171788a764435f4fc301b) support go1.20 (#3287) - [`113e3b0`](https://github.com/fatedier/frp/commit/113e3b0b0d823724fdeca97d7d293b459de98cdc) revert random change (#3292) - [`aa31d7a`](https://github.com/fatedier/frp/commit/aa31d7ad0bdcc05ee0a4add6cfd0eacf04c241c5) support bandwidth_limit set by server plugin (#3271) ### 📊 Changes **46 files changed** (+408 additions, -98 deletions) <details> <summary>View changed files</summary> 📝 `.circleci/config.yml` (+2 -2) 📝 `.github/workflows/golangci-lint.yml` (+2 -2) 📝 `.github/workflows/goreleaser.yml` (+1 -1) 📝 `.golangci.yml` (+6 -2) 📝 `Makefile` (+3 -0) 📝 `README.md` (+4 -5) 📝 `README_zh.md` (+0 -4) 📝 `Release.md` (+7 -3) 📝 `client/proxy/proxy.go` (+1 -1) 📝 `client/service.go` (+4 -3) 📝 `cmd/frpc/sub/http.go` (+8 -0) 📝 `cmd/frpc/sub/https.go` (+8 -0) 📝 `cmd/frpc/sub/root.go` (+27 -24) 📝 `cmd/frpc/sub/stcp.go` (+8 -0) 📝 `cmd/frpc/sub/sudp.go` (+8 -0) 📝 `cmd/frpc/sub/tcp.go` (+8 -0) 📝 `cmd/frpc/sub/tcpmux.go` (+8 -0) 📝 `cmd/frpc/sub/udp.go` (+8 -0) 📝 `cmd/frpc/sub/xtcp.go` (+8 -0) 📝 `cmd/frps/main.go` (+1 -0) _...and 26 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:47:27 -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#4720
No description provided.