Skip to content

Commit

Permalink
Update Leadpages Redirect URLs to .com (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-kow authored Jul 6, 2023
2 parents 3f3f87a + d8e02a8 commit af7edc2
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 70 deletions.
46 changes: 23 additions & 23 deletions leadpages.net.custom-domain-apex-prod.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"providerId": "leadpages.net",
"providerName": "Leadpages",
"serviceId": "custom-domain-apex-prod",
"serviceName": "Leadpages Custom Domain",
"version": 1,
"logoUrl": "https://my.leadpages.net/static/current/img/logos/logo_icon.svg",
"description": "Enables a domain to work with Leadpages",
"syncRedirectDomain": "my.leadpages.net",
"hostRequired": false,
"records": [
{
"type": "A",
"host": "@",
"pointsTo": "35.202.21.90",
"ttl": 600
},
{
"type": "CNAME",
"host": "www",
"pointsTo": "custom-proxy.leadpages.net",
"ttl": 600
}
]
"providerId": "leadpages.net",
"providerName": "Leadpages",
"serviceId": "custom-domain-apex-prod",
"serviceName": "Leadpages Custom Domain",
"version": 2,
"logoUrl": "https://my.leadpages.net/static/current/img/logos/logo_icon.svg",
"description": "Enables a domain to work with Leadpages",
"syncRedirectDomain": "my.leadpages.net, my.leadpages.com",
"hostRequired": false,
"records": [
{
"type": "A",
"host": "@",
"pointsTo": "35.202.21.90",
"ttl": 600
},
{
"type": "CNAME",
"host": "www",
"pointsTo": "custom-proxy.leadpages.net",
"ttl": 600
}
]
}
46 changes: 23 additions & 23 deletions leadpages.net.custom-domain-apex-test.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"providerId": "leadpages.net",
"providerName": "Leadpages Test",
"serviceId": "custom-domain-apex-test",
"serviceName": "Leadpages Custom Domain (Test)",
"version": 1,
"logoUrl": "https://my.leadpagestest.net/static/current/img/logos/logo_icon.svg",
"description": "Enables a domain to work with Leadpages",
"syncRedirectDomain": "my.leadpagestest.net",
"hostRequired": false,
"records": [
{
"type": "A",
"host": "@",
"pointsTo": "35.192.151.53",
"ttl": 600
},
{
"type": "CNAME",
"host": "www",
"pointsTo": "custom-proxy.leadpagestest.net",
"ttl": 600
}
]
"providerId": "leadpages.net",
"providerName": "Leadpages Test",
"serviceId": "custom-domain-apex-test",
"serviceName": "Leadpages Custom Domain (Test)",
"version": 2,
"logoUrl": "https://my.leadpagestest.net/static/current/img/logos/logo_icon.svg",
"description": "Enables a domain to work with Leadpages",
"syncRedirectDomain": "my.leadpagestest.net, my.leadpagestest.com",
"hostRequired": false,
"records": [
{
"type": "A",
"host": "@",
"pointsTo": "35.192.151.53",
"ttl": 600
},
{
"type": "CNAME",
"host": "www",
"pointsTo": "custom-proxy.leadpagestest.net",
"ttl": 600
}
]
}
26 changes: 14 additions & 12 deletions leadpages.net.custom-domain-prod.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
{
"providerId": "leadpages.net",
"providerName": "Leadpages",
"serviceId": "custom-domain-prod",
"serviceName": "Leadpages Custom Domain",
"version": 1,
"logoUrl": "https://my.leadpages.net/static/current/img/logos/logo_icon.svg",
"description": "Enables a domain to work with Leadpages",
"syncRedirectDomain": "my.leadpages.net",
"variableDescription": "HOST: The subdomain for the domain.",
"hostRequired": true,
"records": [{
"providerId": "leadpages.net",
"providerName": "Leadpages",
"serviceId": "custom-domain-prod",
"serviceName": "Leadpages Custom Domain",
"version": 2,
"logoUrl": "https://my.leadpages.net/static/current/img/logos/logo_icon.svg",
"description": "Enables a domain to work with Leadpages",
"syncRedirectDomain": "my.leadpages.net, my.leadpages.com",
"variableDescription": "HOST: The subdomain for the domain.",
"hostRequired": true,
"records": [
{
"type": "CNAME",
"host": "@",
"pointsTo": "custom-proxy.leadpages.net",
"ttl": 600
}]
}
]
}
26 changes: 14 additions & 12 deletions leadpages.net.custom-domain-test.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
{
"providerId": "leadpages.net",
"providerName": "Leadpages Test",
"serviceId": "custom-domain-test",
"serviceName": "Leadpages Custom Domain (Test)",
"version": 1,
"logoUrl": "https://my.leadpagestest.net/static/current/img/logos/logo_icon.svg",
"description": "Enables a domain to work with Leadpages",
"syncRedirectDomain": "my.leadpagestest.net",
"variableDescription": "HOST: The subdomain for the domain.",
"hostRequired": true,
"records": [{
"providerId": "leadpages.net",
"providerName": "Leadpages Test",
"serviceId": "custom-domain-test",
"serviceName": "Leadpages Custom Domain (Test)",
"version": 2,
"logoUrl": "https://my.leadpagestest.net/static/current/img/logos/logo_icon.svg",
"description": "Enables a domain to work with Leadpages",
"syncRedirectDomain": "my.leadpagestest.net, my.leadpagestest.com",
"variableDescription": "HOST: The subdomain for the domain.",
"hostRequired": true,
"records": [
{
"type": "CNAME",
"host": "@",
"pointsTo": "custom-proxy.leadpagestest.net",
"ttl": 600
}]
}
]
}

0 comments on commit af7edc2

Please sign in to comment.