diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-03-14 22:27:01 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-03-14 22:27:01 +0000 |
commit | a73f01f1c234ae09177fbbdd8de3718f5c8a3646 (patch) | |
tree | c4f6b7a39fb8505ca9c4b1bebf5cb1a9c0ee60b7 /usr/local/pkg | |
parent | 92b21129b38b78b6c480667d533944c5c1562f36 (diff) | |
download | pfsense-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.xml | 8 |
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 |