-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathdatabases.json
32 lines (32 loc) · 879 Bytes
/
databases.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
[
{
"name": "Stop The Resellers",
"themeColor": "#DB6574",
"logoUrl": "https://stoptheresellers.com/assets/images/logo.png",
"active": true,
"requestUrl": "https://stoptheresellers.com/api/v1/checkUser/",
"method": "get",
"appealLink": "https://stoptheresellers.com",
"otherData": {}
},
{
"name": "TrollGuard",
"themeColor": "#8F2AFF",
"logoUrl": "https://trollguard.hyperz.world/assets/logo.png",
"active": true,
"requestUrl": "https://trollguard.hyperz.world/firewallgg/checkuser/",
"method": "get",
"appealLink": "https://trollguard.hyperz.world",
"otherData": {}
},
{
"name": "SpeedBans",
"themeColor": "#0000FF",
"logoUrl": "https://i.imgur.com/yOttfRC.png",
"active": true,
"requestUrl": "https://speedbans.xyz/firewallgg/checkuser/",
"method": "get",
"appealLink": "https://speedbans.xyz/appeal",
"otherData": {}
}
]