forked from CubeCoders/AMPTemplates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
avorionports.json
37 lines (37 loc) · 860 Bytes
/
avorionports.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[
{
"Protocol": "Both",
"Port": 27000,
"Ref": "GamePort",
"Name": "Game Port",
"Description": "Port for game traffic"
},
{
"Protocol": "UDP",
"Port": 27003,
"Ref": "QueryPort",
"Name": "Query Port",
"Description": "Port for query traffic"
},
{
"Protocol": "UDP",
"Port": 27020,
"Ref": "SteamQueryPort",
"Name": "Steam Query Port",
"Description": "Port for Steam query traffic"
},
{
"Protocol": "UDP",
"Port": 27021,
"Ref": "SteamPort",
"Name": "Steam Port",
"Description": "Port for Steam traffic"
},
{
"Protocol": "TCP",
"Port": 27015,
"Ref": "RCONPort",
"Name": "RCON Port",
"Description": "Port for RCON traffic"
}
]