Skip to content
Snippets Groups Projects
Commit 110624be authored by Jiří Kozlovský's avatar Jiří Kozlovský Committed by Demian Katz
Browse files

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"
parent fc8213c3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment