irigsoft Posted November 23, 2023 Posted November 23, 2023 Hello, I'm developing a standalone application and I'm trying to block any IP (add in BlockedIPList) that generates more than two (or more) flood detections. Is it possible to find out this information, through some function in the Servermodule or some variable? For example, when unigui detects the presence of Antifloodperip, to record this in some variable (along with the Remote IP address) that we can read from the server side. Another option is if I can set servermodule.Options.[MoreThenXFloodAddInBlockingList] = 3 and take into account when AntiFloodPerIP > 0 Quote
irigsoft Posted December 1, 2023 Author Posted December 1, 2023 I found solution: when a flood occurs a specific message occurs which can be used to add RemoteIP to the BlockedIPList. Quote
irigsoft Posted December 1, 2023 Author Posted December 1, 2023 23 minutes ago, eduardosuruagy said: What would this flood be? ".....a simple flood prevention mechanism by preventing sessions from being created too fast. Unit for this property is milliseconds. ": https://unigui.com/resources/online-documentation/developer-manual 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.