summaryrefslogtreecommitdiffstats
path: root/usr/local/pkg
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-03-14 22:27:01 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-03-14 22:27:01 +0000
commita73f01f1c234ae09177fbbdd8de3718f5c8a3646 (patch)
treec4f6b7a39fb8505ca9c4b1bebf5cb1a9c0ee60b7 /usr/local/pkg
parent92b21129b38b78b6c480667d533944c5c1562f36 (diff)
downloadpfsense-a73f01f1c234ae09177fbbdd8de3718f5c8a3646.zip
pfsense-a73f01f1c234ae09177fbbdd8de3718f5c8a3646.tar.gz
Correctly add the OpenVPN option
Diffstat (limited to 'usr/local/pkg')
-rw-r--r--usr/local/pkg/openvpn_cli.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/usr/local/pkg/openvpn_cli.xml b/usr/local/pkg/openvpn_cli.xml
index 01d7b9e..055fcc2 100644
--- a/usr/local/pkg/openvpn_cli.xml
+++ b/usr/local/pkg/openvpn_cli.xml
@@ -175,6 +175,12 @@
<type>checkbox</type>
</field>
<field>
+ <fieldname>use_dynamicport</fieldname>
+ <fielddescr>Dynamic sourceport</fielddescr>
+ <description>Checking this will let the openvpn client choose a dynamic sourceport for this connection.</description>
+ <type>checkbox</type>
+ </field>
+ <field>
<fieldname>custom_options</fieldname>
<fielddescr>Custom options</fielddescr>
<description>You can put your own custom options here, separated by semi-colons (;). They'll be added to the client configuration.</description>
@@ -202,4 +208,4 @@
<custom_php_resync_config_command>
openvpn_resync('client', $id);
</custom_php_resync_config_command>
-</packagegui>
+</packagegui> \ No newline at end of file
OpenPOWER on IntegriCloud