How do I randomize the IPS?
this code not work /etc/exim.pl
-----------------
this code not work /etc/exim.pl
-----------------
Code:
sub randinet {
@inet = ("x.x.x.1", "x.x.x.2", "x.x.x.3", "x.x.x.4");
return $inet[int rand($#inet+1)];
}
Last edited: