mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-29 07:04:39 +02:00
Domain picker support wildcard
This commit is contained in:
parent
69d253fba3
commit
7f227932da
4 changed files with 52 additions and 7 deletions
|
@ -69,7 +69,7 @@ async function copyInDomains() {
|
|||
} else {
|
||||
await trx
|
||||
.insert(domains)
|
||||
.values({ domainId, baseDomain, configManaged: true, type: "a" })
|
||||
.values({ domainId, baseDomain, configManaged: true, type: "wildcard" })
|
||||
.execute();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue