[PR #988] [CLOSED] Allow multiple sub sections for tcp/udp server #4291

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/988
Author: @netzmal
Created: 11/29/2018
Status: Closed

Base: devHead: master


📝 Commits (10+)

  • 2f06436 Allow multiple sub sections for tcp/udp server
  • db4ba56 Allow multiple sub sections for tcp/udp server
  • 173b32a Allow multiple sub sections for tcp/udp server
  • e5b261d Allow multiple sub sections for tcp/udp server
  • 6adca07 Allow multiple sub sections for tcp/udp server
  • 52170b5 Allow multiple sub sections for tcp/udp server
  • 9e30766 Allow multiple sub sections for tcp/udp server
  • b8e7f2e Allow multiple sub sections for tcp/udp server
  • 7024b47 Allow multiple sub sections for tcp/udp server
  • ea2e44d Allow multiple sub sections for tcp/udp server

📊 Changes

9 files changed (+212 additions, -56 deletions)

View changed files

📝 cmd/frps/root.go (+54 -13)
📝 conf/frps_full.ini (+8 -0)
📝 g/g.go (+4 -2)
📝 models/config/server_common.go (+8 -26)
models/config/server_sub.go (+69 -0)
📝 server/control.go (+36 -6)
📝 server/dashboard_api.go (+1 -1)
📝 server/proxy.go (+11 -2)
📝 server/service.go (+21 -6)

📄 Description

See issue: https://github.com/fatedier/frp/issues/985


🔄 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/988 **Author:** [@netzmal](https://github.com/netzmal) **Created:** 11/29/2018 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `master` --- ### 📝 Commits (10+) - [`2f06436`](https://github.com/fatedier/frp/commit/2f06436fc88c201c698505146316b732c7fd5441) Allow multiple sub sections for tcp/udp server - [`db4ba56`](https://github.com/fatedier/frp/commit/db4ba56513cce0926682aab079d275b7d4a27268) Allow multiple sub sections for tcp/udp server - [`173b32a`](https://github.com/fatedier/frp/commit/173b32a2a54f6dee044b1415352e65770c758ea4) Allow multiple sub sections for tcp/udp server - [`e5b261d`](https://github.com/fatedier/frp/commit/e5b261d82723eac7bdbac097899fd5c60ec0a511) Allow multiple sub sections for tcp/udp server - [`6adca07`](https://github.com/fatedier/frp/commit/6adca072d2ff4d46ddc84091503f0087c966c59f) Allow multiple sub sections for tcp/udp server - [`52170b5`](https://github.com/fatedier/frp/commit/52170b515c327723c2ac7d7121511616798feb25) Allow multiple sub sections for tcp/udp server - [`9e30766`](https://github.com/fatedier/frp/commit/9e30766caadf7aca92d17e69d0c5efc581694ba3) Allow multiple sub sections for tcp/udp server - [`b8e7f2e`](https://github.com/fatedier/frp/commit/b8e7f2e1339f7744bd25c0b6f275fd1e668bd1d4) Allow multiple sub sections for tcp/udp server - [`7024b47`](https://github.com/fatedier/frp/commit/7024b47b4f8db00394144a4b8fc25de315667adc) Allow multiple sub sections for tcp/udp server - [`ea2e44d`](https://github.com/fatedier/frp/commit/ea2e44dc7e47145c2394c91ebed5f711a465a102) Allow multiple sub sections for tcp/udp server ### 📊 Changes **9 files changed** (+212 additions, -56 deletions) <details> <summary>View changed files</summary> 📝 `cmd/frps/root.go` (+54 -13) 📝 `conf/frps_full.ini` (+8 -0) 📝 `g/g.go` (+4 -2) 📝 `models/config/server_common.go` (+8 -26) ➕ `models/config/server_sub.go` (+69 -0) 📝 `server/control.go` (+36 -6) 📝 `server/dashboard_api.go` (+1 -1) 📝 `server/proxy.go` (+11 -2) 📝 `server/service.go` (+21 -6) </details> ### 📄 Description See issue: https://github.com/fatedier/frp/issues/985 --- <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:39:16 -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#4291
No description provided.