[PR #3650] [MERGED] update confugration examples and README #4797

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/3650
Author: @fatedier
Created: 10/10/2023
Status: Merged
Merged: 10/10/2023
Merged by: @fatedier

Base: devHead: new


📝 Commits (1)

  • a62fed3 update confugration examples and README

📊 Changes

17 files changed (+1105 additions, -569 deletions)

View changed files

📝 README.md (+488 -508)
📝 README_zh.md (+0 -4)
📝 Release.md (+1 -0)
conf/frpc.toml (+360 -0)
conf/frps.toml (+154 -0)
📝 conf/legacy/frpc_legacy_full.ini (+0 -0)
📝 conf/legacy/frps_legacy_full.ini (+0 -0)
📝 doc/server_plugin.md (+35 -34)
📝 package.sh (+1 -0)
📝 pkg/config/legacy/client.go (+3 -3)
📝 pkg/config/legacy/server.go (+10 -10)
pkg/config/load_test.go (+45 -0)
📝 pkg/config/v1/common.go (+3 -3)
📝 pkg/config/v1/proxy.go (+2 -2)
📝 pkg/config/v1/server.go (+1 -1)
📝 pkg/util/version/version.go (+1 -1)
📝 web/frps/auto-imports.d.ts (+1 -3)

📄 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/3650 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 10/10/2023 **Status:** ✅ Merged **Merged:** 10/10/2023 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `new` --- ### 📝 Commits (1) - [`a62fed3`](https://github.com/fatedier/frp/commit/a62fed379b1cc385e4c008d28198555a9b907e15) update confugration examples and README ### 📊 Changes **17 files changed** (+1105 additions, -569 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+488 -508) 📝 `README_zh.md` (+0 -4) 📝 `Release.md` (+1 -0) ➕ `conf/frpc.toml` (+360 -0) ➕ `conf/frps.toml` (+154 -0) 📝 `conf/legacy/frpc_legacy_full.ini` (+0 -0) 📝 `conf/legacy/frps_legacy_full.ini` (+0 -0) 📝 `doc/server_plugin.md` (+35 -34) 📝 `package.sh` (+1 -0) 📝 `pkg/config/legacy/client.go` (+3 -3) 📝 `pkg/config/legacy/server.go` (+10 -10) ➕ `pkg/config/load_test.go` (+45 -0) 📝 `pkg/config/v1/common.go` (+3 -3) 📝 `pkg/config/v1/proxy.go` (+2 -2) 📝 `pkg/config/v1/server.go` (+1 -1) 📝 `pkg/util/version/version.go` (+1 -1) 📝 `web/frps/auto-imports.d.ts` (+1 -3) </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:48:56 -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#4797
No description provided.