summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsullrich <sullrich@pfsense.org>2009-11-29 19:00:25 -0500
committersullrich <sullrich@pfsense.org>2009-11-29 19:00:25 -0500
commitf7973cafe4e17ddb68c3295eadab920fcc92b2f5 (patch)
treea663610af69fb93cbf4501643b246ff0c5bc3f90
parente910d203cfa021a794f922fec7fbed847a40ddd6 (diff)
downloadpfsense-f7973cafe4e17ddb68c3295eadab920fcc92b2f5.zip
pfsense-f7973cafe4e17ddb68c3295eadab920fcc92b2f5.tar.gz
Use any for block until a diff solution can be created
-rw-r--r--etc/inc/filter.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 306367c..c16327a 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -1698,7 +1698,7 @@ EOD;
$sshport = $config['system']['ssh']['port'];
else
$sshport = 22;
- $ipfrules .= "block in log quick proto tcp from <sshlockout> to \$LANIPS port {$sshport} label \"sshlockout\"\n";
+ $ipfrules .= "block in log quick proto tcp from <sshlockout> to any port {$sshport} label \"sshlockout\"\n";
}
/*
OpenPOWER on IntegriCloud