diff --git a/src/usr/local/www/wizards/openvpn_wizard.inc b/src/usr/local/www/wizards/openvpn_wizard.inc index ceb15adcb6..51aceddf70 100644 --- a/src/usr/local/www/wizards/openvpn_wizard.inc +++ b/src/usr/local/www/wizards/openvpn_wizard.inc @@ -595,7 +595,6 @@ function step12_submitphpaction() { if (strlen($pconfig['step10']['descr']) > 30) $pconfig['step10']['descr'] = substr($pconfig['step10']['descr'], 0, 30); $server['description'] = $pconfig['step10']['descr']; - $server['custom_options'] = $pconfig['step10']['advanced']; if (isset($pconfig['step10']['tlsauth'])) { if (isset($pconfig['step10']['gentlskey'])) $tlskey = openvpn_create_key(); diff --git a/src/usr/local/www/wizards/openvpn_wizard.xml b/src/usr/local/www/wizards/openvpn_wizard.xml index 895ec32a92..0b0147ee87 100644 --- a/src/usr/local/www/wizards/openvpn_wizard.xml +++ b/src/usr/local/www/wizards/openvpn_wizard.xml @@ -1052,14 +1052,6 @@ ovpnserver->step10->wins2 A Windows Internet Name Service (WINS) server IP to provide to connecting clients. Not desirable in most all modern networks. - - Advanced - textarea - 30 - 5 - Enter any additional options to add to the OpenVPN server configuration here, separated by a semicolon. EXAMPLE: push "route 10.0.0.0 255.255.255.0" - ovpnserver->step10->advanced - Next submit