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!
Block IP Range
Re: Block IP Range
Untested: suppose you want to block everything except 192.168.*.*. Create a file called splist.txt:
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.
Code: Select all
before:0.0.0.1-192.167.255.255
after :192.169.0.0-255.255.255.255
Re: Block IP Range
Excellent. It seems a little buggy in its operation... but I got the end result I wanted none the less. Thanks!