Skip to content

Commit

Permalink
Update goentri.com.mixo.json (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-kow authored Jul 17, 2023
2 parents d8925a8 + 74513a4 commit 091cefc
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions goentri.com.mixo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,36 +3,40 @@
"providerName": "Entri",
"serviceId": "mixo",
"serviceName": "Mixo",
"version": 2,
"version": 3,
"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 ost_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_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",
"sharedProviderName": true,
"records": [
{
"type": "TXT",
"host": "%host_txt1%",
"data": "%txt1%",
"ttl": 3600
},
{
"type": "TXT",
"host": "%host_txt2%",
"host": "%hosttxt2%",
"groupId": "a1",
"data": "%txt2%",
"ttl": 3600
},
{
"type": "CNAME",
"host": "%host_cname%",
"pointsTo": "%value_cname%",
"host": "%hostcname%",
"groupId": "a1",
"pointsTo": "%valuecname%",
"ttl": 3600
},
{
"type": "REDIR301",
"target": "%target%",
"groupId": "a1",
"host": "@"
},
{
"type": "TXT",
"host": "%hosttxt1%",
"groupId": "a2",
"data": "%txt1%",
"ttl": 3600
}
]
}
}

0 comments on commit 091cefc

Please sign in to comment.