-
Notifications
You must be signed in to change notification settings - Fork 343
/
Copy pathteamspeak3ports.json
62 lines (62 loc) · 1.45 KB
/
teamspeak3ports.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
[
{
"Protocol": "UDP",
"Port": 9987,
"Offset": 0,
"Range": 1,
"Ref": "Voice",
"Name": "Voice Port",
"Description": "Port for voice communications",
"ChildPorts": null
},
{
"Protocol": "TCP",
"Port": 30033,
"Offset": 0,
"Range": 1,
"Ref": "Filetransfer",
"Name": "File Transfer Port",
"Description": "Port for file transfers",
"ChildPorts": null
},
{
"Protocol": "TCP",
"Port": 10011,
"Offset": 0,
"Range": 1,
"Ref": "ServerQueryRAW",
"Name": "Telnet Port",
"Description": "Port for Telnet administration",
"ChildPorts": null
},
{
"Protocol": "TCP",
"Port": 10022,
"Offset": 0,
"Range": 1,
"Ref": "ServerQuerySSH",
"Name": "SSH Port",
"Description": "Port for SSH administration",
"ChildPorts": null
},
{
"Protocol": "TCP",
"Port": 10080,
"Offset": 0,
"Range": 1,
"Ref": "WebQueryHTTP",
"Name": "HTTP Port",
"Description": "Port for HTTP administration",
"ChildPorts": null
},
{
"Protocol": "TCP",
"Port": 10443,
"Offset": 0,
"Range": 1,
"Ref": "WebQueryHTTPS",
"Name": "HTTPS Port",
"Description": "Port for HTTPS administration",
"ChildPorts": null
}
]