Skip to content

Commit

Permalink
Create goentri.com.toast_arecord.json (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-kow authored Nov 7, 2023
2 parents 27f37ba + afc1610 commit f157069
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions goentri.com.toast_arecord.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"providerId": "goentri.com",
"providerName": "Entri",
"serviceId": "toast_arecord",
"serviceName": "Toast_arecord",
"version": 1,
"logoUrl": "https://cdn.goentri.com/logo.svg",
"description": "Allows user to easily set up dkim record using Entri",
"syncPubKeyDomain": "goentri.com",
"syncRedirectDomain": "api.goentri.com, goentri.com, entri.com, app.entri.com,app.goentri.com",
"variableDescription": "primaryIp is Entri's IP ",
"sharedProviderName": true,
"hostRequired": true,
"records": [
{
"type": "A",
"host": "@",
"pointsTo": "%primaryIp%",
"ttl": 3600
}
]
}

0 comments on commit f157069

Please sign in to comment.