Add wildcard

This commit is contained in:
Owen
2025-10-30 15:27:24 -07:00
parent 4d7e2d5840
commit 444928dffd

View File

@@ -100,7 +100,7 @@ async function copyInDomains() {
{
domainId,
recordType: "A",
baseDomain,
baseDomain: `*.${baseDomain}`,
value: "Server IP Address",
verified: true
}
@@ -127,7 +127,7 @@ async function copyInDomains() {
{
domainId,
recordType: "A",
baseDomain,
baseDomain: `*.${baseDomain}`,
value: "Server IP Address",
verified: true
}