Page 1 of 1

Block IP Range

Posted: Wed Nov 07, 2007 11:48 pm
by Ek0nomik
I am looking to block all IP ranges except for a certain IP address. Is there any way I can do this easily in Deluge? I looked at the Blocklist Plugin, but perhaps I just wasn't sure how to use it completely.

Thanks for any help you can offer!

Re: Block IP Range

Posted: Thu Nov 08, 2007 1:27 am
by daddy
Untested: suppose you want to block everything except 192.168.*.*. Create a file called splist.txt:

Code: Select all

before:0.0.0.1-192.167.255.255
after :192.169.0.0-255.255.255.255
Zip it up and there is you blocklist. Use a file:// link (type should be safepeer text (zipped)), or if that doesn't work you can manually copy it to ~/.config/deluge/blocklist.cache.

Re: Block IP Range

Posted: Thu Nov 08, 2007 2:19 am
by Ek0nomik
Excellent. It seems a little buggy in its operation... but I got the end result I wanted none the less. Thanks!