Proxy URLs let you specify Jump's proxy configuration using a standard URL format. Important note: Proxy configuration only applies to automatic connections. Manual connections will not use the proxy configuration. The format of the URL is:
proxytype://username:password@server:port
Where proxytype maybe: https for HTTP proxies or socks5 for socks proxies. Username and password are optional. Examples:
A HTTPS proxy with a username and password:
https://jumpdesktop:pa55w0rd@myproxy.local:443
A Socks5 proxy without a user name and password, running on port 80 of 127.0.0.1:
socks5://127.0.0.1:8000
Comments
0 comments
Article is closed for comments.