summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/sbin/pfSsh.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/sbin/pfSsh.php b/usr/local/sbin/pfSsh.php
index 5345e3e..c9b92ca 100755
--- a/usr/local/sbin/pfSsh.php
+++ b/usr/local/sbin/pfSsh.php
@@ -44,7 +44,7 @@ echo "\$config['interfaces']['optx']['wireless']['standard'] = \"11a\";\n";
echo "\$config['interfaces']['optx']['wireless']['mode'] = \"hostap\";\n";
echo "\$config['interfaces']['optx']['wireless']['channel'] = \"6\";\n";
-echo "\n/* to enable server */\n";
+echo "\n/* to enable dhcp server for an optx interface */\n";
echo "\$config['dhcpd']['optx']['enable'] = true;\n";
echo "\$config['dhcpd']['optx']['range']['from'] = \"192.168.31.100\";\n";
echo "\$config['dhcpd']['optx']['range']['to'] = \"192.168.31.150\";\n";
OpenPOWER on IntegriCloud