[PR #4904] [CLOSED] 合并 #5072

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/4904
Author: @shawnLang
Created: 7/31/2025
Status: Closed

Base: devHead: dev


📝 Commits (9)

📊 Changes

12 files changed (+361 additions, -17 deletions)

View changed files

📝 cmd/frpc/sub/root.go (+13 -2)
📝 cmd/frps/root.go (+1 -0)
📝 conf/frpc.toml (+14 -4)
conf/frpc1.toml (+19 -0)
📝 conf/frps.toml (+8 -1)
install_frpc.sh (+115 -0)
install_frps.sh (+84 -0)
📝 pkg/config/flags.go (+6 -6)
📝 pkg/config/v1/client.go (+15 -3)
📝 pkg/config/v1/common.go (+2 -0)
📝 pkg/config/v1/server.go (+2 -1)
selfpackage.sh (+82 -0)

📄 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/4904 **Author:** [@shawnLang](https://github.com/shawnLang) **Created:** 7/31/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dev` --- ### 📝 Commits (9) - [`3d29792`](https://github.com/fatedier/frp/commit/3d29792daa692749da6b5fd23752036659d8eb13) update port token - [`28b92e5`](https://github.com/fatedier/frp/commit/28b92e525e5b36b92110d3c2d8759e35df6c79ea) update port token - [`40eed3d`](https://github.com/fatedier/frp/commit/40eed3d22b50db608392002ed3b3e644ae729c35) update port token - [`4f22f9c`](https://github.com/fatedier/frp/commit/4f22f9cb020f506245bed5998a907840121531ba) update port token - [`e80ca22`](https://github.com/fatedier/frp/commit/e80ca22a9ce9308f90aa8007a06c2a5e55ac342d) update port token - [`9db9851`](https://github.com/fatedier/frp/commit/9db985104df5ca0bf8592592db3a1c342036f345) update port token - [`22c7c02`](https://github.com/fatedier/frp/commit/22c7c02816dccb601e8bf95c124710c4f1377f9c) update port token - [`d567aa3`](https://github.com/fatedier/frp/commit/d567aa35a93229748426a8588e4ac419a69679d0) update port token - [`818bbde`](https://github.com/fatedier/frp/commit/818bbdeb20bbff32c4d51a39f352c32cd993d0ab) add kylin ### 📊 Changes **12 files changed** (+361 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `cmd/frpc/sub/root.go` (+13 -2) 📝 `cmd/frps/root.go` (+1 -0) 📝 `conf/frpc.toml` (+14 -4) ➕ `conf/frpc1.toml` (+19 -0) 📝 `conf/frps.toml` (+8 -1) ➕ `install_frpc.sh` (+115 -0) ➕ `install_frps.sh` (+84 -0) 📝 `pkg/config/flags.go` (+6 -6) 📝 `pkg/config/v1/client.go` (+15 -3) 📝 `pkg/config/v1/common.go` (+2 -0) 📝 `pkg/config/v1/server.go` (+2 -1) ➕ `selfpackage.sh` (+82 -0) </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:54:09 -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#5072
No description provided.