mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #268] custom_domains那里可不可以设置多个域名? #192
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#192
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 @jearol on GitHub (Mar 1, 2017).
Original GitHub issue: https://github.com/fatedier/frp/issues/268
如题,不知道是否支持,如果支持应用什么格式?
@blizard863 commented on GitHub (Mar 5, 2017):
@jearol 可以,用逗号分隔,配置文件里的例子和注释已经写的很清楚了。。。
@engineerlzk commented on GitHub (Mar 9, 2017):
可以的,像这样写即ok:
custom_domains = web01.yourdomain.com,web02.yourdomain.com,web03.yourdomain.com
@jearol commented on GitHub (Mar 9, 2017):
谢谢指点
@bingzhangdai commented on GitHub (Sep 24, 2020):
custom_domains可以是通配符吗?比如
custom_domains = *.yourdomain.com