mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3170] [Feature Request] use the same remote port by multiple local machines #2541
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#2541
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 @shabakett on GitHub (Nov 16, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/3170
how to expose 10 machines each running REST API (http) server on port 8080 using the same remote port 5588 and a custom header or query string to distinguish between destinations?
@shabakett commented on GitHub (Nov 17, 2022):
already done with
vhost_http_port,subdomain_host,subdomain@Becods commented on GitHub (Nov 19, 2022):
As you said, just set a different custom header on each REST API server.
Or you can modify the api server callback.