bhrss.py

version: 1.0.0

usage: bhrss.py [options]

Send email regarding BlockHosts blocked IP addresses

options:
  --version           show program's version number and exit
  -h, --help          show this help message and exit
  -q, --quiet         Be as quiet as possible - only print out error messages
  -v, --verbose       Be verbose - print errors, warnings, and info messages
  -g, --debug         Be chatty - print out debug level messages also
  --echo=TAG          Prints TAG on stderr and syslog, may be used to identify
                      a run of bhrss ()

  Configuration Options:
    Hard-coded defaults can be overridden by the values in the config file
    - if it exists at /etc/blockhosts.cfg, and those values can be
    overriden by using the command-line options.  The current values are
    shown in () below. This program uses a section in the block file
    (/etc/hosts.allow) to find blockhosts data. This section is demarcated
    by two identical marker lines, with this text - without the quotes:
    "#---- BlockHosts Additions". Also see the "INSTALL" file in the
    blockhosts source package for a detailed example of the block file.

    --blockfile=FILE  Name of hosts-block-file to read (/etc/hosts.allow)

DETAILS

    CGI script to provide a RSS feed of currently blocked and watched IP
    addresses.
    
    ------------------- NOT READY FOR USE YET [Feb 2007]
    ------------------- EXPECTED TO BE AVAILABLE SOON
    
    ====
    bhrss.py Script License
    This work is hereby released into the Public Domain.
    To view a copy of the public domain dedication, visit
    http://creativecommons.org/licenses/publicdomain/ or send a letter to
    Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA.
    
    Author: Avinash Chopde 
    Created: February 2007
    http://www.aczoom.com/cms/blockhosts/
    
    
See file INSTALL for installation instructions.

See file blockhosts.cfg for site configuration parameters.

Visit blockhosts home page and forum for details and discussions.