mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #68] 请问支持多内网服务器吗 #26
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#26
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 @HuiLuan on GitHub (Aug 12, 2016).
Original GitHub issue: https://github.com/fatedier/frp/issues/68
比如我有一台公网服务器,有多个内网服务器, 是否支持根据不同的域名/子域名访问不同的内网服务器?
@fatedier commented on GitHub (Aug 12, 2016):
支持,每一个内网服务器上部署一个 frpc,或者如果这些机器处于同一个局域网内,可以只在其中一台可以访问外网的机器上部署,之后通过指定代理的
local_ip转发到其他的内网服务器上。@HuiLuan commented on GitHub (Aug 13, 2016):
非常感谢您的回答!
如果N个服务器不在同一个内网呢,支持吗?
@fatedier commented on GitHub (Aug 13, 2016):
yes
@openmynet commented on GitHub (Aug 30, 2016):
@HuiLuan 类似的方案 #53
@woniuyangwang commented on GitHub (May 15, 2019):
能否通过不同的虚拟目录来访问内部http服务?