
Postado originalmente por
ouverdozee
[NOTE]# Protective functions:
To protect against attacks like "multiple connection/reconnection".
-Enable/disable protection.
-Auto-ban on 5 minutes for the detection of the attack.
-Ability to view statistics about the attacker IP address.
-Possibility to set the maximum number of connections from one IP address.
Protection from attack: "Repeated requests".
-Not more than 1 query per session to retrieve data from ftp;
-Not more than 10 requests per session to receive the list of servers;
-Not more than 1 query per session to receive the IP: Port from the server;
Protection of idle Sockets.
-Possibility to set the maximum number of seconds socket in simple.
-
-
-
Tip
| # Notes:
Block settings from file BoR_Config.ini
[Protection]
MultipleConnections=1 // Enable/Disable;
MaxConnections=20 // Maximum number of simultaneous connections from one IP address.
WaitTime2Omission=10 // Maximum number of seconds socket/connection simple. | |
Espero ter ajudado amigo!