Create wildcard domains

This commit is contained in:
Owen
2025-07-14 12:18:12 -07:00
parent b75800c583
commit 69d253fba3
6 changed files with 214 additions and 157 deletions

View File

@@ -106,6 +106,8 @@ export default function DomainsTable({ domains }: Props) {
return t("selectDomainTypeNsName");
case "cname":
return t("selectDomainTypeCnameName");
case "wildcard":
return t("selectDomainTypeWildcardName");
default:
return type;
}