---RBL operator---
Periodically obtain a list of IP addresses to block.  Convert each IP to
a 32bit integer and run it through a one-way hashing function saving the
resulting hashes to a file.

Insert a DBR freesite telling people about your RBL and how to use it,
and include your blocklist inside the site.


---Fred developer---
Add two config options with defaults:
rbl.port=53
rbl.uri=SSK%40xxxxxxxxxxxxxxxxxxxxxxxxxPAgM/RBL//blocklist.txt

Create a servlet that will periodically (as specified by the configured
DBR) pull down the blocklist and listen for dns requests on the
specified port, then convert the requested address to a 32bit integer,
run it through the one-way hash and see if it exists in the blocklist.


-Pascal
_______________________________________________
Devl mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/devl

Reply via email to