summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr/local/www/vpn_openvpn_server.php6
1 files changed, 3 insertions, 3 deletions
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() {
<tr>
<td>
<textarea rows="6" cols="78" name="custom_options" id="custom_options"><?=$pconfig['custom_options'];?></textarea><br/>
- 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 ;<br/>
+ EXAMPLE: push "route 10.0.0.0 255.255.255.0";
</td>
</tr>
</table>
@@ -1212,5 +1213,4 @@ function set_checked($var,& $chk) {
$chk = '';
}
-?>
-
+?> \ No newline at end of file
OpenPOWER on IntegriCloud