Skip to content

Commit

Permalink
Update goentri.com.pitchlane_subdomains.json (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-kow authored Aug 3, 2023
2 parents 74d30f1 + f86e092 commit dd63109
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
12 changes: 10 additions & 2 deletions goentri.com.pitchlane.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,27 @@
"providerName": "Entri",
"serviceId": "pitchlane",
"serviceName": "Pitchlane",
"version": 1,
"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 to where A record is pointed",
"variableDescription":"ip is to where A record is pointed, verificationValue is the TXT key and txtHost is the TXT host",
"sharedProviderName": true,
"records": [
{
"type":"A",
"host":"@",
"groupId": "a1",
"pointsTo":"%ip%",
"ttl": 600
},
{
"type": "TXT",
"host": "%txtHost%",
"groupId": "a2",
"data": "%verificationValue%",
"ttl": 3600
}
]
}
12 changes: 10 additions & 2 deletions goentri.com.pitchlane_subdomains.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,28 @@
"providerName": "Entri",
"serviceId": "pitchlane_subdomains",
"serviceName": "PitchlaneSubdomains",
"version": 1,
"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":"cnamePointsto is to where the subdodoain is pointed",
"variableDescription":"cnamePointsto is to where the subdodoain is pointed, verificationValue is the TXT key and txtHost is the TXT host",
"hostRequired": true,
"sharedProviderName": true,
"records": [
{
"type":"CNAME",
"host":"@",
"groupId": "a1",
"pointsTo":"%cnamePointsto%",
"ttl": 600
},
{
"type": "TXT",
"host": "%txtHost%",
"groupId": "a2",
"data": "%verificationValue%",
"ttl": 3600
}
]
}

0 comments on commit dd63109

Please sign in to comment.