Request: Add 'anonymous_mode' and 'force_proxy'.

Suggestions and discussion of future versions
Post Reply
mhertz
Moderator
Moderator
Posts: 2331
Joined: Wed Jan 22, 2014 5:05 am
Location: Denmark

Request: Add 'anonymous_mode' and 'force_proxy'.

Post by mhertz »

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.
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Request: Add 'anonymous_mode' and 'force_proxy'.

Post by Cas »

You can change 'anonymous_mode' setting by using libtorrent config plugin.

I have not heard of 'force_proxy' can you provide more details.
mhertz
Moderator
Moderator
Posts: 2331
Joined: Wed Jan 22, 2014 5:05 am
Location: Denmark

Re: Request: Add 'anonymous_mode' and 'force_proxy'.

Post by mhertz »

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.
Post Reply