Re: [btqueue-users] documentation?
Status: Beta
Brought to you by:
xgie
From: Sugree P. <su...@hp...> - 2004-11-16 02:22:14
|
> Is there any other documentation about BTQueue except the sole page in > http://btqueue.sourceforge.net ? Ah. I am sorry about that. I am trying to write a good document but no time yet. > > I am running BTQueue in daemon mode. I can add torrents and query the > status of the daemon (with btqueue.py add/query). How can I tweak other > options? Like dl/ul, connection ports, acl, etc? What do you want to tweak? You can ask me here. Most options are able to set via gset command. e.g. gset min_port 10001 gset max_port 10002 gset random_port 1 gset order_acl=allow,deny gset allow_acl=ALL gset deny_acl=192.168.0.0/24 gset max_download_rate 200 gset max_seed_rate 100 gset max_upload_rate 200 Sugree Phatanapherom su...@hp... |