[
    {
        "Protocol": "Both",
        "Port": 26900,
        "Ref": "ServerPort",
        "Name": "Server and Steam Port",
        "Description": "Main game traffic and Steam Query port",
        "ChildPorts": [
            {
                "Protocol": "UDP",
                "Port": 26901,
                "Offset": 1,
                "Ref": "ServerPort1",
                "Name": "Server Port +1",
                "Description": "Server Port +1"
            },
            {
                "Protocol": "UDP",
                "Port": 26902,
                "Offset": 2,
                "Ref": "ServerPort2",
                "Name": "Server Port +2",
                "Description": "Server Port +2"
            },
            {
                "Protocol": "UDP",
                "Port": 26903,
                "Offset": 3,
                "Ref": "ServerPort3",
                "Name": "Server Port +3",
                "Description": "Server Port +3"
            }
        ]
    },
    {
        "Protocol": "TCP",
        "Port": 26904,
        "Offset": 0,
        "Range": 1,
        "Ref": "ControlPanelPort",
        "Name": "Control Panel Port",
        "Description": "Web panel access port",
        "ChildPorts": null
    },
    {
        "Protocol": "TCP",
        "Port": 26905,
        "Offset": 0,
        "Range": 1,
        "Ref": "RemoteAdminPort",
        "Name": "Telnet Port",
        "Description": "Telnet traffic port",
        "ChildPorts": null
    },
    {
        "Protocol": "TCP",
        "Port": 26906,
        "Offset": 0,
        "Range": 1,
        "Ref": "AllocsModPort",
        "Name": "Allocs Mod Port",
        "Description": "Allocs Mod Port",
        "ChildPorts": null
    }
]