diff --git a/binsrsites.com.website.json b/binsrsites.com.website.json new file mode 100644 index 00000000..639441a1 --- /dev/null +++ b/binsrsites.com.website.json @@ -0,0 +1,20 @@ +{ + "providerId": "binsrsites.com", + "providerName": "BINSR Inspect Websites", + "serviceId": "website", + "serviceName": "Connect your inspection website domain", + "version": 1, + "description": "Points your custom domain at your BINSR Inspect website so visitors reach your inspection site over your own domain.", + "syncPubKeyDomain": "binsrsites.com", + "syncRedirectDomain": "binsrinspect.com", + "hostRequired": true, + "records": [ + { + "type": "CNAME", + "host": "@", + "pointsTo": "sites.binsrsites.com", + "ttl": 3600, + "essential": "OnApply" + } + ] +}