Skip to content

Commit

Permalink
add vaultcord.com (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-kow authored Jul 20, 2024
2 parents b0b60a1 + 9d61c2c commit f812602
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions vaultcord.com.vaultcord-custom-domains.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"providerId":"vaultcord.com",
"providerName":"VaultCord",
"serviceName":"VaultCord",
"serviceId":"vaultcord-custom-domains",
"logoUrl":"https://cdn.vaultcord.com/logo.png",
"version": 1,
"description":"Enables a domain to work with VaultCord",
"syncPubKeyDomain": "vaultcord.com",
"records":[
{
"type": "CNAME",
"host": "%cnamehost%",
"pointsTo": "customers.vaultcord.com",
"ttl": 3600
},
{
"type": "TXT",
"host": "_vercel",
"data": "%verifytxt%",
"ttl": 3600
}
]
}

0 comments on commit f812602

Please sign in to comment.