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:04:55 -0400
commit788c3cf58cc9a3ec9c32b2b70fe57015c4f1dced (patch)
treed6fac148dcc12a39e56cb2203cc2a1476497d571 /src/usr/local/www/vpn_openvpn_client.php
parent92a1044dadde041711cc8dc69024d7a6705c9b8c (diff)
downloadpfsense-788c3cf58cc9a3ec9c32b2b70fe57015c4f1dced.zip
pfsense-788c3cf58cc9a3ec9c32b2b70fe57015c4f1dced.tar.gz
Fixed #6872 Restored missing proxy port setting
(cherry picked from commit 6b43692408912de3375b34cc1982ff73f52762a5)
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