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
requires code change
This requires a code change in the
_do_iptables
function.For blocking, the following line:
cmd = path + " --append %s --source %s -j DROP" % (chain, host)
assuming iptables accepts the form /16, just add /16 after the --source %s in the string above.
But - this may impact the --list and other parts in that function - when it comes time to remove the block, not sure if it will find the correct ip and range to remove. So, this may need lot more work and testing.