forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgoentri.com.sprwt.json
33 lines (33 loc) · 1005 Bytes
/
goentri.com.sprwt.json
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
27
28
29
30
31
32
33
{
"providerId": "goentri.com",
"providerName": "Entri",
"serviceId": "sprwt",
"serviceName": "Sprwt.io",
"version": 2,
"logoUrl": "https://cdn.goentri.com/logo.svg",
"description": "Allows user to easily set up domain using Entri",
"syncPubKeyDomain": "goentri.com",
"syncRedirectDomain": "api.goentri.com, goentri.com, entri.com, app.entri.com, app.goentri.com",
"variableDescription": "ip is the ip to point the domain, customDomain is the subdomain to point Sprwt servers websitePointsTo. hostValue and customValue is the dynamic host value assigned to the domain",
"sharedProviderName": true,
"records": [
{
"type": "A",
"host": "@",
"pointsTo": "%ip%",
"ttl": 3600
},
{
"type": "CNAME",
"host": "%customDomain%",
"pointsTo": "%websitePointsTo%",
"ttl": 3600
},
{
"type": "TXT",
"host": "@",
"data": "v=spf1 include:amazonses.com include:_spf.google.com ~all",
"ttl": 3600
}
]
}