Skip to content

Adding hidden proxy/socks settings for the RDP plugin

Antenore Gatta (tmow) requested to merge rdp/proxy into master

As discussed in the issue #196 (closed) , we are adding proxy/socks settings for the RDP plugin.

To use it, at the moment, the only way is to add the parameters directly in the remmina files

The parameters are

proxy_type = http, socks5, no_proxy
proxy_username = foo
proxy_password = cleartextpassword
proxy_hostname = bar.com
proxy_port = 80 is the default

TODO:

  • Add password encryption (ASAP)
  • UI refactoring to add also these options (in a future MR)

@sbraz would you mind testing? Need support?

Edited by Antenore Gatta (tmow)

Merge request reports