Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions delegated.to.site.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"providerId": "delegated.to",
"providerName": "Mission Control",
"serviceId": "site",
"serviceName": "Mission Control Site",
"version": 1,
"logoUrl": "https://delegated.to/logo.png",
"description": "Point your domain to your Mission Control site with automatic SSL via Caddy.",
"variableDescription": "`IP` is the public IP address of the Mission Control VPS server hosting the site.",
"syncPubKeyDomain": "delegated.to",
"records": [
{
"type": "A",
"host": "@",
"pointsTo": "%IP%",
"ttl": 3600
},
{
"type": "A",
"host": "www",
"pointsTo": "%IP%",
"ttl": 3600
}
]
}
Loading