=================================================================== RCS file: /cvs/botnow/botnow.pl,v retrieving revision 1.1.1.1 retrieving revision 1.3 diff -u -p -r1.1.1.1 -r1.3 --- botnow/botnow.pl 2021/05/15 15:12:32 1.1.1.1 +++ botnow/botnow.pl 2021/07/21 22:04:30 1.3 @@ -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; @@ -55,10 +57,6 @@ if (!defined($conf{mailname})) { } } -# rDNS keys from Stallion in BuyVM -$conf{key} = $conf{key} or die "ERROR: botnow.conf: key"; -$conf{hash} = $conf{hash} or die "ERROR: botnow.conf: hash"; - # ZNC install directory $conf{zncdir} = $conf{zncdir} || "/home/znc/home/znc"; @@ -78,7 +76,7 @@ use constant { $conf{verbose} = $conf{verbose} || ERRORS; # Terms of Service; don't edit lines with the word EOF -$conf{terms} = $conf{terms} || "IRCNow: Of the User, By the User, For the User. Rules: no profanity, no porn, no illegal drugs, no gambling, no slander, no warez, no promoting violence, no spam, illegal cracking, or DDoS. Only one account per person. Don't share passwords. Full terms: https://ircnow.org/terms.php"; +$conf{terms} = $conf{terms} || "IRCNow: Of the User, By the User, For the User. Rules: no porn, no illegal drugs, no gambling, no slander, no warez, no promoting violence, no spam, illegal cracking, or DDoS. Only one account per person. Don't share passwords. Full terms: https://ircnow.org/terms.php"; $conf{ipv6path} = "ipv6s"; # ipv6 file path $conf{netpath} = "networks"; # networks file path