mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1933] 能否二级域名映射,同一端口支持多个域名,服务端暴露过多端口网络安全不允许 #1534
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#1534
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 @qianlei33 on GitHub (Aug 6, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1933
能否二级域名映射,同一端口支持多个域名,服务端暴露过多端口网络安全不允许,谢谢
@Becods commented on GitHub (Aug 6, 2020):
多域名:
https://github.com/fatedier/frp/blob/master/conf/frps_full.ini#L20
https://github.com/fatedier/frp/blob/master/conf/frps_full.ini#L21
https://github.com/fatedier/frp/blob/master/README_zh.md#通过自定义域名访问部署于内网的-web-服务
二级域名:
https://github.com/fatedier/frp/blob/master/README_zh.md#二级域名
建议看完wiki/issue再来问,你的问题可能已经有了类似的解决方案
如果问题已解决,请劳烦顺手点一下Close issue
@jiangyan33 commented on GitHub (Sep 18, 2020):
服务器端和客户端都配置成功了,控制台打印出来的信息也是提示成功,但是二级域名映射到本地服务就是访问不了,我还差点什么吗?


域名解析我也配置了
@BecodReyes