4drian3d / EpicGuard

🛡 Bot protection system for Minecraft servers and proxies.
https://modrinth.com/plugin/epicguard
GNU General Public License v3.0
55 stars 7 forks source link

could you support -1 value in settings.conf? -1 means infinite, thanks #118

Closed derpykid300 closed 11 months ago

derpykid300 commented 11 months ago

for example limit=-1 should allow infinite accounts

4drian3d commented 11 months ago

If you mean disabling the check or having it only run in attack mode, in each check there is a configuration for that

derpykid300 commented 11 months ago
# Limit of accounts connected per one IP address without any attack happening.
# A list of accounts per IP is tracked and stored in the database.
limit=10000

no there's no way to disable the ip limit per ip check with -1 or an option to disable it
4drian3d commented 11 months ago

image