=================================================================== RCS file: /cvs/botnow/botnow.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- botnow/botnow.pl 2021/05/15 15:12:32 1.1 +++ botnow/botnow.pl 2021/07/20 17:40:08 1.2 @@ -32,6 +32,8 @@ chomp($conf{hostname} = $conf{hostname} || `hostname`) # External IPv4 address, plaintext and ssl port $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{sslport} = $conf{sslport} || 31337;