Please add support for the libtorrent option 'anonymous_mode', like e.g qbittorrent does allready.
Also, i'm not sure if 'force_proxy' is in the stable version or only in trunk, but please also add support for that, or when it's available in stable, if not allready.
Thanks in advance.
Request: Add 'anonymous_mode' and 'force_proxy'.
Re: Request: Add 'anonymous_mode' and 'force_proxy'.
You can change 'anonymous_mode' setting by using libtorrent config plugin.
I have not heard of 'force_proxy' can you provide more details.
I have not heard of 'force_proxy' can you provide more details.
Re: Request: Add 'anonymous_mode' and 'force_proxy'.
Thanks alot! Sorry, i'm new to deluge and didn't knew about such a deluge plugin. Fantastic!
Now about 'force_proxy', then It's mentioned in the changelog for the development, but not in stable release yet I think...
" * separate anonymous mode and force-proxy mode, and tighten it up a bit"
Here follows more Info about 'force_proxy' from libtorrents api docs reference settings section: ( http://www.rasterbar.com/products/libto ... tings.html )
force_proxy bool false
If true, disables any communication that's not going over a proxy. Enabling this requires a proxy to be configured as well, see set_proxy_settings. The listen sockets are closed, and incoming connections will only be accepted through a SOCKS5 or I2P proxy (if a peer proxy is set up and is run on the same machine as the tracker proxy). This setting also disabled peer country lookups, since those are done via DNS lookups that aren't supported by proxies.
Now about 'force_proxy', then It's mentioned in the changelog for the development, but not in stable release yet I think...
" * separate anonymous mode and force-proxy mode, and tighten it up a bit"
Here follows more Info about 'force_proxy' from libtorrents api docs reference settings section: ( http://www.rasterbar.com/products/libto ... tings.html )
force_proxy bool false
If true, disables any communication that's not going over a proxy. Enabling this requires a proxy to be configured as well, see set_proxy_settings. The listen sockets are closed, and incoming connections will only be accepted through a SOCKS5 or I2P proxy (if a peer proxy is set up and is run on the same machine as the tracker proxy). This setting also disabled peer country lookups, since those are done via DNS lookups that aren't supported by proxies.