mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-02 08:46:38 +00:00
Add wildcard
This commit is contained in:
@@ -100,7 +100,7 @@ async function copyInDomains() {
|
|||||||
{
|
{
|
||||||
domainId,
|
domainId,
|
||||||
recordType: "A",
|
recordType: "A",
|
||||||
baseDomain,
|
baseDomain: `*.${baseDomain}`,
|
||||||
value: "Server IP Address",
|
value: "Server IP Address",
|
||||||
verified: true
|
verified: true
|
||||||
}
|
}
|
||||||
@@ -127,7 +127,7 @@ async function copyInDomains() {
|
|||||||
{
|
{
|
||||||
domainId,
|
domainId,
|
||||||
recordType: "A",
|
recordType: "A",
|
||||||
baseDomain,
|
baseDomain: `*.${baseDomain}`,
|
||||||
value: "Server IP Address",
|
value: "Server IP Address",
|
||||||
verified: true
|
verified: true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user