[PR #4073] [MERGED] support range ports mapping by go template #4909

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/4073
Author: @fatedier
Created: 3/15/2024
Status: Merged
Merged: 3/15/2024
Merged by: @fatedier

Base: devHead: template


📝 Commits (1)

  • cffc5fa support range ports mapping by go template

📊 Changes

10 files changed (+117 additions, -19 deletions)

View changed files

📝 pkg/config/load.go (+4 -1)
pkg/config/template.go (+52 -0)
📝 test/e2e/framework/client.go (+5 -7)
📝 test/e2e/framework/expect.go (+4 -0)
📝 test/e2e/framework/framework.go (+1 -1)
📝 test/e2e/legacy/basic/client.go (+2 -3)
📝 test/e2e/legacy/basic/server.go (+1 -2)
📝 test/e2e/v1/basic/client.go (+2 -3)
📝 test/e2e/v1/basic/config.go (+45 -0)
📝 test/e2e/v1/basic/server.go (+1 -2)

📄 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/4073 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 3/15/2024 **Status:** ✅ Merged **Merged:** 3/15/2024 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `template` --- ### 📝 Commits (1) - [`cffc5fa`](https://github.com/fatedier/frp/commit/cffc5fae6b4609c56dba5d0a89e74c9a51f32c06) support range ports mapping by go template ### 📊 Changes **10 files changed** (+117 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `pkg/config/load.go` (+4 -1) ➕ `pkg/config/template.go` (+52 -0) 📝 `test/e2e/framework/client.go` (+5 -7) 📝 `test/e2e/framework/expect.go` (+4 -0) 📝 `test/e2e/framework/framework.go` (+1 -1) 📝 `test/e2e/legacy/basic/client.go` (+2 -3) 📝 `test/e2e/legacy/basic/server.go` (+1 -2) 📝 `test/e2e/v1/basic/client.go` (+2 -3) 📝 `test/e2e/v1/basic/config.go` (+45 -0) 📝 `test/e2e/v1/basic/server.go` (+1 -2) </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:51:06 -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#4909
No description provided.