interface parameter for the daemon
Posted: Sat Oct 03, 2009 9:13 pm
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:
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 !
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")
deluged -i returns "unknown option".
Thanks a lot !