forked from gamemann/Pterodactyl-Packet-Watch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pteropacket.conf.example
34 lines (33 loc) · 1.22 KB
/
pteropacket.conf.example
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
{
"apiURL": "https://panel.mydomain.com",
"token": "12345",
"addservers": false,
"servers": [
{
"enable": true,
"ip": "172.20.0.10",
"port": 27015,
"uid": "testingUID",
"packets": [
{
"name": "A2S Info",
"data": "FFFFFFFF54536F7572636520456E67696E6520517565727900",
"threshold": 5
}
]
},
{
"enable": true,
"ip": "172.20.0.11",
"port": 27015,
"uid": "testingUID2",
"packets": [
{
"name": "A2S Info",
"data": "FFFFFFFF54536F7572636520456E67696E6520517565727900",
"threshold": 5
}
]
}
]
}