Skip to content

Commit

Permalink
Update goentri.com.mixo.json (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-kow authored Aug 2, 2023
2 parents 65416ab + d1b93a8 commit 74d30f1
Showing 1 changed file with 22 additions and 8 deletions.
30 changes: 22 additions & 8 deletions goentri.com.mixo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,26 @@
"providerName": "Entri",
"serviceId": "mixo",
"serviceName": "Mixo",
"version": 3,
"version": 4,
"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": "host_txt1 and host_txt2 are the host for each TXT record,txt1 and txt2 are the value for TXT record, host_cname is the host for the CNAME record and value_cname is the value to point CNAME",
"variableDescription": "host_txt is the host for each TXT record,txt is the value for TXT record, host_cname is the host for the CNAME record and value_cname is the value to point CNAME",
"sharedProviderName": true,
"records": [
{
"type": "TXT",
"host": "%hosttxt2%",
"host": "%hosttxt1%",
"groupId": "a1",
"data": "%txt2%",
"data": "%txt1%",
"ttl": 3600
},
{
"type": "CNAME",
"host": "%hostcname%",
"host": "%hostcname1%",
"groupId": "a1",
"pointsTo": "%valuecname%",
"pointsTo": "%valuecname1%",
"ttl": 3600
},
{
Expand All @@ -33,9 +33,23 @@
},
{
"type": "TXT",
"host": "%hosttxt1%",
"host": "%hosttxt2%",
"groupId": "a2",
"data": "%txt1%",
"data": "%txt2%",
"ttl": 3600
},
{
"type": "TXT",
"host": "%hosttxt3%",
"groupId": "a3",
"data": "%txt2%",
"ttl": 3600
},
{
"type": "CNAME",
"host": "%hostcname%",
"groupId": "a3",
"pointsTo": "%valuecname3%",
"ttl": 3600
}
]
Expand Down

0 comments on commit 74d30f1

Please sign in to comment.