summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_openvpn_client.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-05-20 08:01:59 -0400
committerStephen Beaver <sbeaver@netgate.com>2016-05-20 08:02:32 -0400
commit6b43692408912de3375b34cc1982ff73f52762a5 (patch)
tree47cba35568dc0f1044df320f6d96ed62f6ea15ea /src/usr/local/www/vpn_openvpn_client.php
parent16fd5b50718cdcad19d2423667b44cd220572720 (diff)
downloadpfsense-6b43692408912de3375b34cc1982ff73f52762a5.zip
pfsense-6b43692408912de3375b34cc1982ff73f52762a5.tar.gz
Fixed #6872 Restored missing proxy port setting
Diffstat (limited to 'src/usr/local/www/vpn_openvpn_client.php')
-rw-r--r--src/usr/local/www/vpn_openvpn_client.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/usr/local/www/vpn_openvpn_client.php b/src/usr/local/www/vpn_openvpn_client.php
index 7a39e8d..58f6c63 100644
--- a/src/usr/local/www/vpn_openvpn_client.php
+++ b/src/usr/local/www/vpn_openvpn_client.php
@@ -521,6 +521,13 @@ if ($act=="new" || $act=="edit"):
$pconfig['proxy_addr']
));
+ $section->addInput(new Form_Input(
+ 'proxy_port',
+ 'Proxy port',
+ number,
+ $pconfig['proxy_port']
+ ));
+
$section->addInput(new Form_Select(
'proxy_authtype',
'Proxy Auth. - Extra options',
OpenPOWER on IntegriCloud