mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Revert "Fix finding next OpenVPN port. Protocol should be lowercase." - This was wrong in the wizard, apparently, and not the main page.
This reverts commit a48613a65d.
This commit is contained in:
parent
a48613a65d
commit
8cd0a3fa3a
@ -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