mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix finding next OpenVPN port. Protocol should be lowercase.
This commit is contained in:
parent
9460ee11b2
commit
a48613a65d
@ -71,7 +71,7 @@ if($_GET['act']=="new"){
|
||||
$pconfig['autotls_enable'] = "yes";
|
||||
$pconfig['dh_length'] = 1024;
|
||||
$pconfig['interface'] = "wan";
|
||||
$pconfig['local_port'] = openvpn_port_next('UDP');
|
||||
$pconfig['local_port'] = openvpn_port_next('udp');
|
||||
$pconfig['pool_enable'] = "yes";
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user