mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3290] [Feature Request] TCP subdomain configuration #2637
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#2637
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?
Originally created by @vincens2005 on GitHub (Feb 5, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3290
Describe the feature request
Ability to configure subdomains for tcp proxies in a similar manner to http and https proxies. It should be a matter of adding a
DomainConfto theTCPProxyConftype, and handling it inTCPProxy.Run()in a similar manner to inHTTPProxy.Run()I'd be happy to implement this
Describe alternatives you've considered
No response
Affected area
@vincens2005 commented on GitHub (Feb 5, 2023):
I've realized tcp doesn't work this way :(