Skip to content

Commit

Permalink
Update informaten.com.gameserver_generic.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Luxaaa authored Feb 9, 2025
1 parent 978bab2 commit 80b2c91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions informaten.com.gameserver_generic.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"syncPubKeyDomain": "informaten.com",
"logoUrl": "https://informaten.com/assets/logo_dark.png",
"description": "Connect a domain to a gameserver running on informaten.com",
"variableDescription": "randomnumber is a positive int to allow multiple services, The other variables for SRV and ttl should be self-explanatory.",
"variableDescription": "servicesubdomain is the host of the A record. In the most cases, this is equal to %service% but there are some cases, there the need a different host. The other variables for SRV and ttl should be self-explanatory.",
"records": [
{
"type": "A",
"host": "%service%-%randomnumber%",
"host": "%servicesubdomain%",
"pointsTo": "%ip%",
"essential": "Always",
"ttl": "%ttl%"
Expand All @@ -23,7 +23,7 @@
"priority": "%priority%",
"weight": "%weight%",
"port": "%port%",
"target": "@",
"target": "%servicesubdomain%.%fqdn%.",
"essential": "Always",
"ttl": "%ttl%"
}
Expand Down

0 comments on commit 80b2c91

Please sign in to comment.