Travel Travel reports, it is all about food
Montreal: Schwartz's, Le Petit Alep
Albums: Pictures and some notes
ITRANS Song Book Hindi, Urdu, Marathi song lyrics
Online ITRANS Web Interface
BlockHosts block hosts
BlockHosts FAQ
BlockHosts Forum
CD Inserts & Envelopes Web Interface
Nisha Ganatra's Films
Cake: starring Heather Graham
Email: avinash@aczoom.com
crontab, for cleanup
Sure, you can use crontab in case you want previously blocked hosts to be cleared in the case you outlined.
Use the exact same entry you are using in /etc/hosts.allow or hosts.deny as your crontab command, one example, assuming /usr/bin has blockhosts.py, is:
/usr/bin/blockhosts.py --verbose --echo "crontab run" >> /var/log/blockhosts.log 2>&1
Or if you don't need any logging:
/usr/bin/blockhosts.py > /dev/null 2>&1