[
    {
        "Protocol": "UDP",
        "Port": 10999,
        "Ref": "ApplicationPort1",
        "Name": "Server Port",
        "Description": "Port used for main game traffic"
    },
    {
        "Protocol": "UDP",
        "Port": 8766,
        "Ref": "ApplicationPort2",
        "Name": "Auth Port",
        "Description": "Port used for Steam auth traffic"
    },
    {
        "Protocol": "UDP",
        "Port": 27016,
        "Ref": "ApplicationPort3",
        "Name": "Query Port",
        "Description": "Port used for Steam query traffic"
    },
    {
        "Protocol": "UDP",
        "Port": 10889,
        "Ref": "RemoteAdminPort",
        "Name": "Master Port",
        "Description": "Port used for shards to communicate with a master server"
    }
]