HTTPD::ADS::Blocker - Block a given IP address using some technique or other.


HTTPD-ADS documentation  | view source Contained in the HTTPD-ADS distribution.

Index


NAME

Top

HTTPD::ADS::Blocker - Block a given IP address using some technique or other.

SYNOPSIS

Top

  use HTTPD::ADS::Blocker







DESCRIPTION

Top

This is a wrapper. The idea is that various techniques might be available to block communication with a blacklisted IP address. Right now is just one: install a reject route. The interface, therefore, to this module is still evolving but the default will always use the reject route technique.

USAGE

Top

BUGS

Top

SUPPORT

Top

AUTHOR

Top

	Dana Hudes
	CPAN ID: DHUDES
	dhudes@hudes.org
	http://www.hudes.org

COPYRIGHT

Top

SEE ALSO

Top

perl(1), HTTPD::ADS .

sample_function

 Usage     : How to use this function/method
 Purpose   : What it does
 Returns   : What it returns
 Argument  : What it wants to know
 Throws    : Exceptions and other anomolies
 Comments  : This is a sample subroutine header.
           : It is polite to include more pod and fewer comments.

See Also :


HTTPD-ADS documentation  | view source Contained in the HTTPD-ADS distribution.