mirror of
https://github.com/outbackdingo/pangolin.git
synced 2026-01-27 10:20:03 +00:00
Add wildcard
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user