Skip to content

Commit

Permalink
Merge pull request Domain-Connect#123 from twistor/weebly-domainconnect
Browse files Browse the repository at this point in the history
Add template for Weebly.com
  • Loading branch information
arnoldblinn authored May 6, 2020
2 parents 6e1eacc + 4957182 commit 608240e
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions weebly.com.website.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"providerId": "weebly.com",
"providerName": "Weebly",
"serviceId": "website",
"serviceName": "Weebly site",
"version": 1,
"logoUrl": "https://cdn-uc.editmysite.com/checkout/assets/images/emails/weebly.png",
"description": "Enables a domain to work with Weebly.",
"variableDescription": "ip is the IP address of the server.",
"syncPubKeyDomain": "domainconnect.weebly.com",
"records": [
{
"type": "A",
"host": "@",
"pointsTo": "%ip%",
"ttl": 3600
},
{
"type": "CNAME",
"host": "www",
"pointsTo": "@",
"ttl": 3600
}
]
}

0 comments on commit 608240e

Please sign in to comment.