diff options
Diffstat (limited to 'usr/local/pkg')
-rw-r--r-- | usr/local/pkg/openvpn.xml | 6 | ||||
-rw-r--r-- | usr/local/pkg/openvpn_cli.xml | 6 | ||||
-rw-r--r-- | usr/local/pkg/openvpn_csc.xml | 6 |
3 files changed, 18 insertions, 0 deletions
diff --git a/usr/local/pkg/openvpn.xml b/usr/local/pkg/openvpn.xml index dbb78c5..b329025 100644 --- a/usr/local/pkg/openvpn.xml +++ b/usr/local/pkg/openvpn.xml @@ -259,6 +259,12 @@ <type>checkbox</type> </field> <field> + <fieldname>keepalive</fieldname> + <fielddescr>Keep alive</fielddescr> + <description>Sends bidirectional ICMP-like packets every 10 sec. to ensure hosts are up. Hosts are assumed to be down if no answer was received for 120 sec.</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 server configuration.</description> diff --git a/usr/local/pkg/openvpn_cli.xml b/usr/local/pkg/openvpn_cli.xml index 129b86f..2a2e2d7 100644 --- a/usr/local/pkg/openvpn_cli.xml +++ b/usr/local/pkg/openvpn_cli.xml @@ -206,6 +206,12 @@ <type>checkbox</type> </field> <field> + <fieldname>infiniteresolvretry</fieldname> + <fielddescr>Infinitely resolve server</fielddescr> + <description>Infinitely retry to resolve the host name of the OpenVPN server. Useful for not permanently internet-connected machines.</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> diff --git a/usr/local/pkg/openvpn_csc.xml b/usr/local/pkg/openvpn_csc.xml index 70739ce..7ce2d32 100644 --- a/usr/local/pkg/openvpn_csc.xml +++ b/usr/local/pkg/openvpn_csc.xml @@ -150,6 +150,12 @@ <type>checkbox</type> </field> <field> + <fieldname>keepalive</fieldname> + <fielddescr>Keep alive</fielddescr> + <description>Sends bidirectional ICMP-like packets every 10 sec. to ensure hosts are up. Hosts are assumed to be down if no answer was received for 120 sec.</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-specific configuration.</description> |