forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcavuno.com.boardsapex.json
More file actions
33 lines (33 loc) · 943 Bytes
/
Copy pathcavuno.com.boardsapex.json
File metadata and controls
33 lines (33 loc) · 943 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
27
28
29
30
31
32
33
{
"providerId": "cavuno.com",
"providerName": "Cavuno",
"serviceId": "boardsapex",
"serviceName": "Cavuno Job Board (apex)",
"version": 1,
"logoUrl": "https://cavuno.com/images/favicon/android-chrome-192x192.png",
"description": "Connects your domain to your Cavuno job board, served at the www host with the bare domain redirecting to it.",
"variableDescription": "ip is Cavuno's origin address for the apex redirect; txt is the domain-ownership verification value issued by Cavuno.",
"syncPubKeyDomain": "cavuno.com",
"syncRedirectDomain": "cavuno.com",
"records": [
{
"type": "A",
"host": "@",
"pointsTo": "%ip%",
"ttl": 3600
},
{
"type": "CNAME",
"host": "www",
"pointsTo": "edge.cavuno.com",
"ttl": 3600
},
{
"type": "TXT",
"host": "_cavuno",
"data": "%txt%",
"ttl": 3600,
"txtConflictMatchingMode": "All"
}
]
}