From 53be9d3c2d4fa91aa6620f3ed839d05fd092aa7c Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 30 Jun 2009 20:21:27 -0400 Subject: Add note about ; and add a push example --- usr/local/www/vpn_openvpn_server.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr') diff --git a/usr/local/www/vpn_openvpn_server.php b/usr/local/www/vpn_openvpn_server.php index 9b60d14..5d1ae4a 100644 --- a/usr/local/www/vpn_openvpn_server.php +++ b/usr/local/www/vpn_openvpn_server.php @@ -1096,7 +1096,8 @@ function netbios_change() {
- Paste any additional options you would like to pass through to the openvpn server here. + Paste any additional options you would like to pass through to the openvpn server here seperated by a semicoloin ;
+ EXAMPLE: push "route 10.0.0.0 255.255.255.0"; @@ -1212,5 +1213,4 @@ function set_checked($var,& $chk) { $chk = ''; } -?> - +?> \ No newline at end of file -- cgit v1.1