[BACK]Return to botnow.pl CVS log [TXT][DIR] Up to [local] / botnow

Diff for /botnow/botnow.pl between version 1.1 and 1.2

version 1.1, 2021/05/15 15:12:32 version 1.2, 2021/07/20 17:40:08
Line 32  chomp($conf{hostname} = $conf{hostname} || `hostname`)
Line 32  chomp($conf{hostname} = $conf{hostname} || `hostname`)
   
 # External IPv4 address, plaintext and ssl port  # External IPv4 address, plaintext and ssl port
 $conf{ip4} = $conf{ip4} or die "ERROR: botnow.conf: ip4";  $conf{ip4} = $conf{ip4} or die "ERROR: botnow.conf: ip4";
   $conf{ip6} = $conf{ip6} or die "ERROR: botnow.conf: ip6";
   $conf{ip6subnet} = $conf{ip6subnet} or die "ERROR: botnow.conf: ip6subnet";
 $conf{plainport} = $conf{plainport} || 1337;  $conf{plainport} = $conf{plainport} || 1337;
 $conf{sslport} = $conf{sslport} || 31337;  $conf{sslport} = $conf{sslport} || 31337;
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb