From 58a047e1cd609d83b05d4569403db0a79e853530 Mon Sep 17 00:00:00 2001 From: Aryash Dubey Date: Mon, 20 Jul 2026 22:19:32 -0700 Subject: [PATCH] Add binsrsites.com website template (signed sync flow) --- binsrsites.com.website.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 binsrsites.com.website.json 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" + } + ] +}