Proxy type can now be specified in config.ini
Can be used for example to force using SOCKS 5 proxy. The config would look like: [Proxy] host = localhost port = 5000 type = socks5 Note that turning an SOCKS 5 proxy on is as easy as executing "ssh -D 5000 username@hostname"
Please register or sign in to comment