mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[PR #988] [CLOSED] Allow multiple sub sections for tcp/udp server #4291
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#4291
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fatedier/frp/pull/988
Author: @netzmal
Created: 11/29/2018
Status: ❌ Closed
Base:
dev← Head:master📝 Commits (10+)
2f06436Allow multiple sub sections for tcp/udp serverdb4ba56Allow multiple sub sections for tcp/udp server173b32aAllow multiple sub sections for tcp/udp servere5b261dAllow multiple sub sections for tcp/udp server6adca07Allow multiple sub sections for tcp/udp server52170b5Allow multiple sub sections for tcp/udp server9e30766Allow multiple sub sections for tcp/udp serverb8e7f2eAllow multiple sub sections for tcp/udp server7024b47Allow multiple sub sections for tcp/udp serverea2e44dAllow 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.