Allow SM to clone and push
This commit is contained in:
parent
8ef18c4a3f
commit
266190ac03
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ say "Votre IP est : $ip.";
|
|||
|
||||
$ip = Net::IP->new($ip) or die ("IP invalide");
|
||||
|
||||
my $schoolnetwork = Net::IP->new('192.168.0.0/16');
|
||||
my $schoolnetwork = Net::IP->new('10.41.0.0/16');
|
||||
|
||||
if ($ip->overlaps($schoolnetwork) != $IP_A_IN_B_OVERLAP)
|
||||
{
|
||||
|
|
Reference in a new issue