sistemazione conntrack
This commit is contained in:
@@ -121,7 +121,7 @@ sub conntrack {
|
|||||||
|
|
||||||
if (!grep( /^$remote_IP$/, @listaip )) {
|
if (!grep( /^$remote_IP$/, @listaip )) {
|
||||||
$sem1->down();
|
$sem1->down();
|
||||||
$queryDB = "INSERT INTO proxy_pool (ip,pool,attivo) VALUE ('$remote_IP', 1, 0)";
|
$queryDB = "INSERT INTO proxy_pool (ip,pool,attivo,ins) VALUE ('$remote_IP', 1, 0,now())";
|
||||||
$sem2->up();
|
$sem2->up();
|
||||||
push @listaip, $remote_IP;
|
push @listaip, $remote_IP;
|
||||||
print "Invio query INSERT in proxy_pool\n" if ($verbose > 1);
|
print "Invio query INSERT in proxy_pool\n" if ($verbose > 1);
|
||||||
|
|||||||
Reference in New Issue
Block a user