mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 02:55:55 +02:00
committed by
Michael Tremer
parent
ed4b4c19b9
commit
d9fe569366
@@ -567,7 +567,7 @@ sub getccdadresses
|
||||
my @iprange=();
|
||||
my %ccdhash=();
|
||||
&General::readhasharray("${General::swroot}/ovpn/ovpnconfig", \%ccdhash);
|
||||
$iprange[0]=$ip1.".".$ip2.".".$ip3.".".2;
|
||||
$iprange[0]=$ip1.".".$ip2.".".$ip3.".".($ip4+2);
|
||||
for (my $i=1;$i<=$count;$i++) {
|
||||
my $tmpip=$iprange[$i-1];
|
||||
my $stepper=$i*4;
|
||||
|
||||
Reference in New Issue
Block a user