mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4300] 在只有公网IP的情况下如何开放多个端口 #3394
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#3394
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 @EEE1even on GitHub (Jun 24, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4300
Describe the feature request
内网有多个网站,但是
frps中只能配置一个vhostHTTPPort,我应该如何配置才能实现111.222.333.11:3000、111.222.333.11:8080这样用公网IP加端口号的方式访问多个内网网站Describe alternatives you've considered
No response
Affected area
@subei12 commented on GitHub (Jun 25, 2024):
用
tcp的类型可以例如:
@EEE1even commented on GitHub (Jun 25, 2024):
解决了,非常感谢!