Revision 8fb49e83
Added by Pierre POMES about 15 years ago
etc/inc/openvpn.inc | ||
---|---|---|
441 | 441 |
} |
442 | 442 |
|
443 | 443 |
// The port we'll listen at |
444 |
// If local_port is used, bing the management port
|
|
444 |
// If local_port is used, bind the management port
|
|
445 | 445 |
if ($settings['local_port']) { |
446 | 446 |
$conf .= "lport {$settings['local_port']}\n"; |
447 | 447 |
$conf .= "management 127.0.0.1 {$settings['local_port']}\n"; |
Also available in: Unified diff
Fix typo in comment