deluged configure proxy settings with deluge-console
Posted: Tue Oct 25, 2011 6:49 pm
How can the deluge-console edit the proxy settings of deluged? I have to edit using the command 'config' pretty much tried by the multi-dimensional array.
Code: Select all
Deluge 1.3.3 Console - secret@secret
move_completed: False
move_completed_path:
natpmp: False
new_release_check: False
outgoing_ports: (0, 0)
peer_tos: 0x00
plugins_location:
prioritize_first_last_pieces: False
proxies: { 'dht': { 'hostname': '',
'password': '',
'port': 8080,
'type': 0,
'username': ''},
'peer': { 'hostname': '',
'password': '',
'port': 8080,
'type': 0,
'username': ''},
'tracker': { 'hostname': '',
'password': '',
'port': 8080,
'type': 0,
'username': ''},
'web_seed': { 'hostname': '',
'password': '',
'port': 8080,
'type': 0,
'username': ''}}
queue_new_to_top: False
random_outgoing_ports: False
random_port: False
rate_limit_ip_overhead: True
remove_seed_at_ratio: False
seed_time_limit: 180
seed_time_ratio_limit: 7.0
send_info: False
share_ratio_limit: 2.0
stop_seed_at_ratio: False
stop_seed_ratio: 2.0
torrentfiles_location:
upnp: False
utpex: True
C: 0 (200) D: 0.0 KiB U: 0.0 KiB DHT: 173
Code: Select all
>>> config --help
Usage: config [key1 [key2 ...]]
config --set key value
Options:
-s SET, --set=SET set value for key
-h, --help show this help message and exit
Show and set configuration values