Skip to content

Commit

Permalink
Update goentri.com.b12.json
Browse files Browse the repository at this point in the history
adjusting the groupIDs
  • Loading branch information
iuricr10 committed Nov 10, 2023
1 parent e11588a commit 3f1ae21
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions goentri.com.b12.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"providerName": "Entri",
"serviceId": "b12",
"serviceName": "B12",
"version": 1,
"version": 2,
"logoUrl": "https://cdn.goentri.com/logo.svg",
"description": "Allows user to easily set up domain using Entri",
"syncPubKeyDomain": "goentri.com",
Expand All @@ -22,39 +22,38 @@
"type": "CNAME",
"host": "%cnameHost1%",
"pointsTo": "%cnamePointsto1%",
"groupId": "a1",
"groupId": "a2",
"ttl": 3600
},
{
"type": "SPFM",
"host": "@",
"spfRules": "include:mailgun.org",
"groupId": "a2",
"groupId": "a3",
"ttl": 3600
},
{
"type": "TXT",
"host": "%dkimhost%",
"data": "%dkimhostpointsto%",
"groupId": "a2",
"groupId": "a4",
"ttl": 3600
},
{
"type": "MX",
"host": "@",
"pointsTo": "mxa.mailgun.org",
"priority": 10,
"groupId": "a3",
"groupId": "a5",
"ttl": 3600
},
{
"type": "MX",
"host": "@",
"pointsTo": "mxb.mailgun.org",
"priority": 10,
"groupId": "a3",
"groupId": "a5",
"ttl": 3600
}
]
}

}

0 comments on commit 3f1ae21

Please sign in to comment.