mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2615] 是否能够在配置中使用通配符 #2083
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#2083
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 @herui119110 on GitHub (Oct 11, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2615
Describe the feature request
#frpc配置
[web1]
type = http
local_ip = 127.0.0.1
local_port = 80
custom_domains =www.min1.com,www.min2.com,www.min3.com,www.min4.com,.....
#我希望能够通配所有的域名都指向我的80端口,通过类似于*.*.*的泛域名方式,否则我需要一条一条的写这样很麻烦,请问有通配的方法吗?
Describe alternatives you've considered
custom_domains =www.min1.com,www.min2.com,www.min3.com,www.min4.com,.....
Affected area
@ziyoren commented on GitHub (Oct 14, 2021):
关注
@XieB commented on GitHub (Nov 6, 2021):
[web-local]
type = http
local_port = 8881
custom_domains = *.aa.com
貌似和你的需求不同?
@github-actions[bot] commented on GitHub (Dec 7, 2021):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.