@@ -3207,7 +3207,7 @@ void *run_keep(void *none) //called in a new thread for --keep-rule option
while(1)
{
sleep(10);
sleep(iptables_rule_keep_interval);
keep_iptables_rule();
if(about_to_exit)//just incase it runs forever if there is some bug,not necessary
{
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.