summaryrefslogtreecommitdiffstats
path: root/usr/local/sbin/pfSsh.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/sbin/pfSsh.php')
-rwxr-xr-xusr/local/sbin/pfSsh.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/usr/local/sbin/pfSsh.php b/usr/local/sbin/pfSsh.php
index 565aa4d..5345e3e 100755
--- a/usr/local/sbin/pfSsh.php
+++ b/usr/local/sbin/pfSsh.php
@@ -22,7 +22,13 @@ $shell_active = true;
echo "\nExample commands:\n";
echo "\n/* to output a configuration array */\n";
-echo "nprint_r(\$config);\n";
+echo "print_r(\$config);\n";
+
+echo "\n/* to output the interfaces configuration portion of the configuration */\n";
+echo "print_r(\$config['interfaces']);\n";
+
+echo "\n/* to output the dhcp server configuration */\n";
+echo "print_r(\$config['dhcpd']);\n";
echo "\n/* to enable multiline input mode */\n";
echo "multiline\n";
OpenPOWER on IntegriCloud