mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #849] 希望增加自定义域名支持泛域名 #669
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#669
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 @rebootder on GitHub (Jul 9, 2018).
Original GitHub issue: https://github.com/fatedier/frp/issues/849
Issue is only used for submiting bug report and documents typo. If there are same issues or answers can be found in documents, we will close it directly.
(为了节约时间,提高处理问题的效率,不按照格式填写的 issue 将会直接关闭。)
Use the commands below to provide key information from your environment:
You do NOT have to include this information if this is a FEATURE REQUEST
What version of frp are you using (./frpc -v or ./frps -v)?
0.20
What operating system and processor architecture are you using (
go env)?linux 386
Configures you used:
1H+512MB
Steps to reproduce the issue:
1.
2.
3.
Describe the results you received:
Describe the results you expected:
希望增加自定义域名支持泛域名
【功能一】
HTTP设置自定义域名 .a.com,.b.com..c.com
格式例子:
[www]
type = http
local_port = 80
local_ip = 127.0.0.1
custom_domains =.a.com,.b.com..c.com
【功能二】
客户端没绑定的自定义域名 自动绑定到指定客户端ID,比如我用的客户端ID是1 那么只要绑定了这个FRP服务器的IP 就默认转发到这个客户端ID是1的80上面
frps.ini
[common]
uid=1
frpc.ini
[common]
uid=1
或者使用用户名+密码方式来识别
frps.ini
[common]
username=xx
pass=xx
frpc.ini
[common]
username=xx
pass=xx
功能二的目的就是不需要在客户端配置绑定指定域名 直接把所有解析到FRP上面的域名 直接全部转发到客户端, 差不多可以理解成就只有 服务端和客户端单一的一对一
Additional information you deem important (e.g. issue happens only occasionally):
Can you point out what caused this issue (optional)
@fatedier commented on GitHub (Jul 30, 2018):
功能一已经支持,功能二暂时觉得没有必要。