You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
smeserver-nutUPS/root/etc/e-smith/templates/etc/ups/upsd.conf/10Listen_Local_Network

7 lines
131 B
Plaintext

{
my $access = $nut{access} || 'localhost';
$OUT .= "LISTEN 127.0.0.1";
$OUT .= "\nLISTEN $LocalIP" if ($access eq 'private');
}