summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2004-11-07 20:17:26 +0000
committerScott Ullrich <sullrich@pfsense.org>2004-11-07 20:17:26 +0000
commitf997992b524dd0c64d55088a8673f3fae00692c5 (patch)
treeb649eb280c50482af7236ec16a52992b001a8cff /usr/local/www/status.php
parent6cc1766f2117d46162c92b44a87972ce4bcd62e5 (diff)
downloadpfsense-f997992b524dd0c64d55088a8673f3fae00692c5.zip
pfsense-f997992b524dd0c64d55088a8673f3fae00692c5.tar.gz
make sure we define the ipsec vpn rules correctly pf style
Diffstat (limited to 'usr/local/www/status.php')
-rwxr-xr-xusr/local/www/status.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr/local/www/status.php b/usr/local/www/status.php
index 0b54797..d1668a7 100755
--- a/usr/local/www/status.php
+++ b/usr/local/www/status.php
@@ -15,7 +15,7 @@ function doCmdT($title, $command) {
echo "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n";
echo "<tr><td class=\"listtopic\">" . $title . "</td></tr>\n";
echo "<tr><td class=\"listlr\"><pre>"; /* no newline after pre */
-
+
if ($command == "dumpconfigxml") {
$fd = @fopen("/conf/config.xml", "r");
if ($fd) {
@@ -90,6 +90,7 @@ defCmdT("ipfw show", "/sbin/ipfw show");
defCmdT("pfctl -s nat ", "/sbin/pfctl -s nat");
defCmdT("pfctl -s rules", "/sbin/pfctl -s rules");
defCmdT("pfctl -s all"," /sbin/pfctl -s all");
+defCmdT("pfctl -s rules -v"," /sbin/pfctl -s rules -v");
defCmdT("resolv.conf","cat /etc/resolv.conf");
@@ -137,8 +138,8 @@ pre {
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<p><span class="pgtitle"><?=$pageTitle;?></span><br>
<strong><?=$currentDate;?></strong>
-<p><span class="red"><strong>Note: make sure to remove any sensitive information
-(passwords, maybe also IP addresses) before posting
+<p><span class="red"><strong>Note: make sure to remove any sensitive information
+(passwords, maybe also IP addresses) before posting
information from this page in public places (like mailing lists)!</strong></span><br>
Passwords in config.xml have been automatically removed.
OpenPOWER on IntegriCloud