forked from CubeCoders/AMPTemplates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathark-seminapiports.json
More file actions
33 lines (33 loc) · 806 Bytes
/
ark-seminapiports.json
File metadata and controls
33 lines (33 loc) · 806 Bytes
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
[
{
"Protocol": "UDP",
"Port": 7777,
"Ref": "GamePort",
"Name": "Game Port",
"Description": "Port for game traffic",
"ChildPorts": [
{
"Protocol": "UDP",
"Port": 7778,
"Ref": "PeerPort",
"Offset": 1,
"Name": "Peer Port",
"Description": "Port for Steam P2P protocol traffic"
}
]
},
{
"Protocol": "UDP",
"Port": 27015,
"Ref": "QueryPort",
"Name": "Query Port",
"Description": "Port for Steam query traffic"
},
{
"Protocol": "TCP",
"Port": 27020,
"Ref": "RCONPort",
"Name": "RCON Port",
"Description": "Port for RCON traffic"
}
]