Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add socks proxy support #20

Closed
wants to merge 1 commit into from
Closed

Conversation

cemiarni
Copy link

@cemiarni cemiarni commented Jun 7, 2020

Pure python connections need PySocks package to use socks protocol.
Qt connections need an explicit setting on the application to use
proxy.
openconnect doesn't care about proxy environment variables, so it needs
an explicit setting with the -P or --proxy command line switch.

There's an example usage:

export all_proxy=socks5://10.10.10.10:9050
openconnect-sso -- --proxy=$all_proxy

Pure python connections need PySocks package to use socks protocol.
Qt connections need an explicit setting on the application to use
proxy.
openconnect doesn't care about proxy environment variables, so it needs
an explicit setting with the -P or --proxy command line switch.

There's an example usage:
```
export all_proxy=socks5://10.10.10.10:9050
openconnect-sso -- --proxy=$all_proxy
```
@vlaci
Copy link
Owner

vlaci commented Jul 14, 2020

Merged to develop. I'll prepare a release soon(TM)

@vlaci vlaci added the on-develop PR is still open but merged to develop branch. label Jul 14, 2020
@vlaci
Copy link
Owner

vlaci commented Oct 25, 2020

This feauture has been merged to master and is part of v0.6.0

@vlaci vlaci closed this Oct 25, 2020
@vlaci vlaci removed the on-develop PR is still open but merged to develop branch. label Oct 25, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants