Project

General

Profile

« Previous | Next » 

Revision d2b56044

Added by Ermal LUÇI almost 14 years ago

Revert "Make the webConfigurator lockout rule to catch even edp protocol so that xmlrpc bruteforce is caught as well."

This reverts commit 8a4f3015e44007dad22a6e1821f678293cf703a4.

View differences:

etc/inc/filter.inc
2278 2278
		$webConfiguratorlockoutport = $config['system']['webgui']['port'];
2279 2279
	}
2280 2280
	if($webConfiguratorlockoutport)
2281
		$ipfrules .= "block in log quick proto { tcp udp } from <webConfiguratorlockout> to any port {$webConfiguratorlockoutport} label \"webConfiguratorlockout\"\n";
2281
		$ipfrules .= "block in log quick proto tcp from <webConfiguratorlockout> to any port {$webConfiguratorlockoutport} label \"webConfiguratorlockout\"\n";
2282 2282

  
2283 2283
	/*
2284 2284
	 * Support for allow limiting of TCP connections by establishment rate

Also available in: Unified diff