Skip to content

Commit

Permalink
[SmugMug] remove usage of %fqdn% template var; add subdomain template (
Browse files Browse the repository at this point in the history
  • Loading branch information
wdbaker-godaddy authored Aug 28, 2024
2 parents 4beb4ca + 066652c commit 4753dcf
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 16 deletions.
34 changes: 18 additions & 16 deletions smugmug.com.custom-domain.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
{
"providerId":"smugmug.com",
"providerName":"SmugMug",
"serviceId":"custom-domain",
"serviceName":"SmugMug Custom Domain",
"version": 2,
"logoUrl":"https://www.domainconnect.org/wp-content/uploads/2016/02/smugmug-300x80.png",
"description":"Enables a domain to work with SmugMug",
"records":[
{
{
"providerId": "smugmug.com",
"providerName": "SmugMug",
"serviceId": "custom-domain",
"serviceName": "SmugMug Custom Domain",
"version": 3,
"logoUrl": "https://cdn.smugmug.com/img/domain-connect/smugmug-logo.png",
"description": "Enables a domain to work with SmugMug",
"syncRedirectDomain": "smugmug.com, smugmug.net",
"records": [
{
"type": "REDIR301",
"target": "www.%fqdn%"
"target": "www.%domain%",
"host": "%domain%."
},
{
"type":"CNAME",
"host":"www",
"pointsTo":"domains.smugmug.com",
"ttl":600
{
"type": "CNAME",
"host": "www.%domain%.",
"pointsTo": "domains.smugmug.com",
"ttl": 600
}
]
}
19 changes: 19 additions & 0 deletions smugmug.com.custom-subdomain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"providerId": "smugmug.com",
"providerName": "SmugMug",
"serviceId": "custom-subdomain",
"serviceName": "SmugMug Custom Domain",
"version": 1,
"logoUrl": "https://cdn.smugmug.com/img/domain-connect/smugmug-logo.png",
"description": "Enables a domain to work with SmugMug",
"syncRedirectDomain": "smugmug.com, smugmug.net",
"hostRequired": true,
"records": [
{
"type": "CNAME",
"host": "@",
"pointsTo": "domains.smugmug.com",
"ttl": 600
}
]
}

0 comments on commit 4753dcf

Please sign in to comment.