AntiBot, AntiProxy, Country Blocking and more!
{
"settings": {
"license": {
"key": "ENTER YOUR LICENSE KEY"
},
"server": {
"guard": {
"host": "0.0.0.0",
"port": 25565
},
"destination": [
{
"host": "127.0.0.1",
"port": 25566
},
{
"host": "127.0.0.1",
"port": 25567
}
]
},
"security": {
"connection": {
"antivpn": true,
"antiproxy": true
},
"limiter": {
"max-connections-per-ip": 3,
"max-connections-per-minute": 20
},
"countries": {
"enabled": true,
"list": [
"PL",
"DE",
"US"
]
}
},
"performance": {
"use-multi-threading": true
},
"discord": {
"webhook": false,
"url": ""
}
},
"config-version": 2
}