[PR #3211] [MERGED] support quic options #4698

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/3211
Author: @fatedier
Created: 12/14/2022
Status: Merged
Merged: 12/18/2022
Merged by: @fatedier

Base: devHead: quic


📝 Commits (1)

📊 Changes

12 files changed (+76 additions, -37 deletions)

View changed files

📝 README.md (+30 -0)
📝 Release.md (+2 -1)
📝 client/control.go (+1 -1)
📝 client/service.go (+5 -1)
📝 conf/frpc_full.ini (+5 -0)
📝 conf/frps_full.ini (+4 -0)
📝 pkg/config/client.go (+7 -12)
📝 pkg/config/client_test.go (+3 -0)
📝 pkg/config/server.go (+7 -20)
📝 pkg/config/server_test.go (+6 -0)
📝 pkg/util/version/version.go (+1 -1)
📝 server/service.go (+5 -1)

📄 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/3211 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 12/14/2022 **Status:** ✅ Merged **Merged:** 12/18/2022 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `quic` --- ### 📝 Commits (1) - [`9341d93`](https://github.com/fatedier/frp/commit/9341d93c2f9b5cb642b5ca5c20764d1cb7cd8992) support quic options ### 📊 Changes **12 files changed** (+76 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+30 -0) 📝 `Release.md` (+2 -1) 📝 `client/control.go` (+1 -1) 📝 `client/service.go` (+5 -1) 📝 `conf/frpc_full.ini` (+5 -0) 📝 `conf/frps_full.ini` (+4 -0) 📝 `pkg/config/client.go` (+7 -12) 📝 `pkg/config/client_test.go` (+3 -0) 📝 `pkg/config/server.go` (+7 -20) 📝 `pkg/config/server_test.go` (+6 -0) 📝 `pkg/util/version/version.go` (+1 -1) 📝 `server/service.go` (+5 -1) </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:00 -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#4698
No description provided.