From a07756b35b922d791643be0236d037097b715950 Mon Sep 17 00:00:00 2001 From: William Nelson Date: Mon, 5 Aug 2024 10:54:40 -0400 Subject: [PATCH] Create keyauth.cc.api-custom-domains.json --- keyauth.cc.api-custom-domains.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 keyauth.cc.api-custom-domains.json diff --git a/keyauth.cc.api-custom-domains.json b/keyauth.cc.api-custom-domains.json new file mode 100644 index 00000000..0dd902ca --- /dev/null +++ b/keyauth.cc.api-custom-domains.json @@ -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%" + } + ] +}