From 838f1dc86d7643f74bbe53811ef8360c7915da74 Mon Sep 17 00:00:00 2001 From: Son Nguyen Kim Date: Sat, 18 Sep 2021 19:16:43 +0200 Subject: [PATCH] add beta mention to auto create alias regex --- app/dashboard/templates/dashboard/domain_detail/info.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/dashboard/templates/dashboard/domain_detail/info.html b/app/dashboard/templates/dashboard/domain_detail/info.html index d97f29ac..6ea287fa 100644 --- a/app/dashboard/templates/dashboard/domain_detail/info.html +++ b/app/dashboard/templates/dashboard/domain_detail/info.html @@ -49,7 +49,8 @@ {% if custom_domain.catch_all %} disabled-content {% endif %} border border-info p-2" id="regex-section"> - Advanced
+ Advanced + Beta
You can also set a regular expression (regex): if an alias matches the expression, it'll be automatically created.
Please note that only the local part of the alias (i.e. @{{ custom_domain.domain }} is ignored) during the