Revision 9e3cc25b
Added by Chris Buechler almost 12 years ago
etc/inc/filter.inc | ||
---|---|---|
2589 | 2589 |
$webConfiguratorlockoutport = $config['system']['webgui']['port']; |
2590 | 2590 |
} |
2591 | 2591 |
if($webConfiguratorlockoutport) |
2592 |
$ipfrules .= "block in log quick proto tcp from <webConfiguratorlockout> to any port {$webConfiguratorlockoutport} label \"webConfiguratorlockout\"\n";
|
|
2592 |
$ipfrules .= "block in log quick proto tcp from <webConfiguratorlockout> to (self) port {$webConfiguratorlockoutport} label \"webConfiguratorlockout\"\n";
|
|
2593 | 2593 |
|
2594 | 2594 |
/* |
2595 | 2595 |
* Support for allow limiting of TCP connections by establishment rate |
Also available in: Unified diff
use (self) instead of any for web lockout