From c38a9deca72f626a292bde93ac437a3175f64150 Mon Sep 17 00:00:00 2001 From: Evelyn Date: Mon, 13 Nov 2023 16:00:00 -0300 Subject: [PATCH] Create goentri.com.bily_ai.json --- goentri.com.bily_ai.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 goentri.com.bily_ai.json diff --git a/goentri.com.bily_ai.json b/goentri.com.bily_ai.json new file mode 100644 index 00000000..bec08aef --- /dev/null +++ b/goentri.com.bily_ai.json @@ -0,0 +1,29 @@ +{ + "providerId": "goentri.com", + "providerName": "Entri", + "serviceId": "bily_ai", + "serviceName": "Bily_ai", + "version": 1, + "logoUrl": "https://cdn.goentri.com/logo.svg", + "description": "Allows user to point domain to the website", + "syncPubKeyDomain": "goentri.com", + "syncRedirectDomain": "api.goentri.com, goentri.com, entri.com, app.entri.com,app.goentri.com", + "variableDescription": "hostDomain is the host for the CNAME, pointstoDomain is the value for the CNAME, hostTxt the host for TXT and verificationTxt is the verification code", + "sharedProviderName": true, + "records": [ + { + "type": "CNAME", + "host": "%hostDomain%", + "groupId": "a1", + "pointsTo": "%pointstoDomain%", + "ttl": 3600 + }, + { + "type": "TXT", + "host": "%hostTxt%", + "groupId": "a2", + "data": "%verificationTxt%", + "ttl": 3600 + } + ] +} \ No newline at end of file