interface parameter for the daemon

General support for problems installing or using Deluge
Post Reply
Gurney
New User
New User
Posts: 7
Joined: Sat Oct 03, 2009 8:12 pm

interface parameter for the daemon

Post by Gurney »

hello all,

I was just wondering if any of you knew how to use the --interface parameter for the daemon, as shown in the main.pty source file:

Code: Select all

 parser.add_option("-i", "--interface", dest="interface",
help="Interface daemon will listen for bittorrent connections on, \
this should be an IP address",
action="store", type="str")
I'm using the latest PPA for Ubuntu (1.1.9), so this should be ok. But... I cannot see how to use it.

deluged -i returns "unknown option".

Thanks a lot !
Gurney
New User
New User
Posts: 7
Joined: Sat Oct 03, 2009 8:12 pm

Re: interface parameter for the daemon

Post by Gurney »

Just to add to my previous post:

what I would like to do is redirecting the whole deluge traffic to a local loopback, in order to redirect it through a VPN.

Cf. here:
http://forums.fedoraforum.org/showthread.php?t=229337
Gurney
New User
New User
Posts: 7
Joined: Sat Oct 03, 2009 8:12 pm

Re: interface parameter for the daemon

Post by Gurney »

Up!

Anybody? ;)
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: interface parameter for the daemon

Post by andar »

I'm not sure if 1.1.9 supports this? I think I only implemented this in 1.2..
Gurney
New User
New User
Posts: 7
Joined: Sat Oct 03, 2009 8:12 pm

Re: interface parameter for the daemon

Post by Gurney »

Oh ok, thanks.

I'll wait for 1.2 then !
Post Reply