-
Notifications
You must be signed in to change notification settings - Fork 48
Closed
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
Description
Hi, This script currently is interactive so it's not possible to use cronjob for it
Please add non-interactive execution capability for script
So it would be possible to set a cronjob for it to start and stop it every few hours (restart)
1 * * * * /path/to/v2iplimit.sh start
Although it's more optimal if it can be done with one command like ./v2iplimit.sh restart
The purpose of setting cronjob is an old problem that accrues after a few hours of running the script
There is a bug or whatever problem that cause the script to receive a very high number of unreal IPs from user that all are in a same range
This problem will decrease the quality of service by turning off users for mistake
So, restarting script will fix it temporarily
Thanks.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested