mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4196] [Feature Request] frp http using random port like tcp and udp #3304
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#3304
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 @ahmedvista on GitHub (Apr 30, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4196
Describe the feature request
Hi, I hope you are doing well.
i want to make frps to use multiple ports for http like others ( tcp and udp)
for example i want to set frpc.toml
proxies
name = "ssh_1"
type = "tcp"
localIP = "127.0.0.1"
localPort = 22
remotePort = 0
proxies
name = "http_1"
type = "http"
localIP = "127.0.0.1"
localPort = 80
subdomain = "frp1" >>>> remotePort = 0
to use it like host_doamin:port instead of frp1.host_doamin:80
is this a request for feature or i just do not know how to do it ?
Describe alternatives you've considered
No response
Affected area
@xqzr commented on GitHub (Apr 30, 2024):
可以试试 设为
0e81b36c5ba/conf/frps_full_example.toml (L52)@fatedier commented on GitHub (May 6, 2024):
There are currently no supported plans.