Skip to content

Commit

Permalink
Add KeyAuth.cc (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-kow authored Aug 5, 2024
2 parents 842d18a + 6ee559e commit e6cdf24
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions keyauth.cc.api-custom-domains.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"providerId": "keyauth.cc",
"providerName": "KeyAuth",
"serviceId": "api-custom-domains",
"serviceName": "KeyAuth",
"version": 1,
"logoUrl": "https://cdn.keyauth.cc/v2/assets/media/logos/logo-1-dark.png",
"description": "Enables a domain to work with KeyAuth API",
"syncPubKeyDomain": "keyauth.cc",
"records": [
{
"type": "CNAME",
"host": "%cnamehost%",
"pointsTo": "api-worker.keyauth.win",
"ttl": 3600
},
{
"type": "TXT",
"host": "_cf-custom-hostname",
"ttl": 3600,
"data": "%verifytxt%"
}
]
}

0 comments on commit e6cdf24

Please sign in to comment.