Skip to content

Commit

Permalink
Add TinkerHost.net (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-kow authored Jul 30, 2024
2 parents f812602 + c33054d commit 842d18a
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions tinkerhost.net.th-customdomain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"providerId": "tinkerhost.net",
"providerName": "TinkerHost",
"serviceId": "th-customDomain",
"serviceName": "TinkerHost Hosting",
"version": 1,
"syncPubKeyDomain": "domainconnect.tinkerhost.net",
"syncRedirectDomain": "app.tinkerhost.net",
"logoUrl": "https://app.tinkerhost.net/assets/image/th.svg",
"description": "Connects a domain to the TinkerHost hosting network, and configures required DNS entries",
"variableDescription": "ip is the IP address of the hosting server.",
"records": [
{
"pointsTo": "%ip%",
"type": "A",
"host": "@",
"essential": "Always",
"ttl": 14400
},
{
"pointsTo": "%ip%",
"type": "A",
"host": "www",
"essential": "Always",
"ttl": 14400
}
]
}

0 comments on commit 842d18a

Please sign in to comment.