Block IP Range

General support for problems installing or using Deluge
Post Reply
Ek0nomik
New User
New User
Posts: 5
Joined: Sun Jun 03, 2007 8:18 am

Block IP Range

Post 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!
daddy
Seeder
Seeder
Posts: 100
Joined: Sun Jul 22, 2007 12:14 am

Re: Block IP Range

Post 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.
Ek0nomik
New User
New User
Posts: 5
Joined: Sun Jun 03, 2007 8:18 am

Re: Block IP Range

Post by Ek0nomik »

Excellent. It seems a little buggy in its operation... but I got the end result I wanted none the less. Thanks!
Post Reply