Skip to content
Open
Show file tree
Hide file tree
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
23 changes: 23 additions & 0 deletions vproxy.cloud.gamecloud-bedrock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"providerId": "vproxy.cloud",
"providerName": "AtomRoute Global Network",
"serviceId": "gamecloud-bedrock",
"serviceName": "Minecraft Game Server (Bedrock / CNAME)",
"version": 1,
"logoUrl": "https://vproxy.cloud/vProxyCloud-Logo.png",
"description": "Point a subdomain to your vProxy Cloud gamecloud (CNAME record).",
"variableDescription": "target = game server hostname",
"syncBlock": false,
"hostRequired": true,
"syncPubKeyDomain": "v1.domainconnect.vproxy.cloud",
"syncRedirectDomain": "cocodigit.com,vproxy.cloud,atomroute.com",
"records": [
{
"type": "CNAME",
"host": "@",
"pointsTo": "%target%",
"ttl": 300,
"essential": "Always"
}
]
}
27 changes: 27 additions & 0 deletions vproxy.cloud.gamecloud-java.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"providerId": "vproxy.cloud",
"providerName": "AtomRoute Global Network",
"serviceId": "gamecloud-java",
"serviceName": "Minecraft Game Server (Java Edition)",
"version": 1,
"logoUrl": "https://vproxy.cloud/vProxyCloud-Logo.png",
"description": "Connect your domain to your vProxy Cloud gamecloud (Minecraft Java Edition, SRV record).",
"variableDescription": "target = game server hostname, port = game server port",
"syncBlock": false,
"syncPubKeyDomain": "v1.domainconnect.vproxy.cloud",
"syncRedirectDomain": "cocodigit.com,vproxy.cloud,atomroute.com",
"records": [
{
"type": "SRV",
"service": "_minecraft",
"protocol": "_tcp",
"name": "@",
"priority": 0,
"weight": 0,
"port": "%port%",
"target": "%target%",
"ttl": 300,
"essential": "Always"
}
]
}
Loading