mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #3359] 如何实现绑定多个域名 #2687
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#2687
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 @kingchaoliang on GitHub (Mar 14, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3359
Describe the feature request
功能需求:我在甲骨文做了frp,然后穿透到自己的nas服务器。然后nas服务器里面绑定了多个网站
问题了解:
1.目前用很愚蠢的方法就是甲骨文单独建立多个网站配置对应的frp设置
2.我需要用到ssl,目前需要申请了证书后再甲骨文的配置里面填上证书且在nas的对应网站也要填写上证书。
有没有比较好的办法方便配置以实现我直接在nas的宝塔直接配置好。
Describe alternatives you've considered
No response
Affected area
@visualwind commented on GitHub (Mar 14, 2023):
port to port,然后caddy反代
@Becods commented on GitHub (Mar 14, 2023):
#Accessing Internal Web Services with Custom Domains in LAN
@vpei commented on GitHub (Mar 28, 2023):
在NAS安装FRPC,设置好不同域名指定到不同端口,需要使用https,把证书的位置配置一下。
@litrycn commented on GitHub (Apr 7, 2023):
frp支持通配符配置 https证书
frps配置:
服务端frpc1配置:
其他环境frpc2配置
homeassistant.996.icu支持https访问: https://homeassistant.996.icu
访问时路由貌似是 frps >> frpc1 >> frpc2
@vpei commented on GitHub (Apr 14, 2023):
把所有域名都解析到frps的服务器,客户端使用https2http插件配置相应域名和证书即可。
@github-actions[bot] commented on GitHub (May 15, 2023):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.