[
    {
        "Protocol": "TCP",
        "Port": 8080,
        "Ref": "WebInterfacePort",
        "Name": "Web Interface Port",
        "Description": "Port for the dedicated server web interface, used to configure and start the game server"
    },
    {
        "Protocol": "TCP",
        "Port": 8443,
        "Ref": "WebInterfaceTLSPort",
        "Name": "Web Interface TLS Port",
        "Description": "Port for the dedicated server web interface over TLS. Only used when TLS is enabled"
    },
    {
        "Protocol": "UDP",
        "Port": 10823,
        "Ref": "GamePort",
        "Name": "Game Port",
        "Description": "Port for game traffic"
    }
]
