forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheasydigz.com.custom-domain.json
More file actions
26 lines (26 loc) · 914 Bytes
/
easydigz.com.custom-domain.json
File metadata and controls
26 lines (26 loc) · 914 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"providerId": "easydigz.com",
"providerName": "EasyDigz",
"serviceId": "custom-domain",
"serviceName": "Custom Domain Mapping",
"version": 1,
"logoUrl": "https://easydigz.com/assets/EasyDigz-HorizontalLogo-Black.svg",
"description": "Connect your subdomain to the EasyDigz platform for website hosting. Creates a CNAME record for routing and a TXT record for domain verification.",
"variableDescription": "target: The proxy server to point the CNAME to; verificationToken: Domain ownership verification token",
"warnPhishing": true,
"hostRequired": true,
"records": [
{
"type": "CNAME",
"host": "@",
"pointsTo": "%target%",
"ttl": 3600
},
{
"type": "TXT",
"host": "_cf-custom-hostname",
"data": "%verificationToken%",
"ttl": 3600
}
]
}