Revision cde67180
Added by Ermal LUÇI almost 14 years ago
etc/inc/filter.inc | ||
---|---|---|
2129 | 2129 |
$webConfiguratorlockoutport = $config['system']['webgui']['port']; |
2130 | 2130 |
} |
2131 | 2131 |
if($webConfiguratorlockoutport) |
2132 |
$ipfrules .= "block in log quick proto tcp from <webConfiguratorlockout> to any port {$webConfiguratorlockoutport} label \"webConfiguratorlockout\"\n";
|
|
2132 |
$ipfrules .= "block in log quick proto { tcp udp } from <webConfiguratorlockout> to any port {$webConfiguratorlockoutport} label \"webConfiguratorlockout\"\n";
|
|
2133 | 2133 |
|
2134 | 2134 |
/* |
2135 | 2135 |
* Support for allow limiting of TCP connections by establishment rate |
Also available in: Unified diff
Make the webConfigurator lockout rule to catch even edp protocol so that xmlrpc bruteforce is caught as well.