Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Add support for HTTP and SOCKS5 proxies #127

Merged
merged 5 commits into from
Jul 21, 2024
Merged

Add support for HTTP and SOCKS5 proxies #127

merged 5 commits into from
Jul 21, 2024

Conversation

davegallant
Copy link
Owner

@davegallant davegallant commented Jul 21, 2024

As mentioned in #126, adding support for proxies will help bypass issues when vpngate.net is not accessible directly.

This works by:

# http proxy
sudo vpngate connect --proxy "http://localhost:8080"

# socks5 proxy
sudo vpngate connect --socks5 "127.0.0.1:1080"

@davegallant davegallant changed the title Add --socks5 flag to support socks5 proxy Add --proxy and --socks5 flags to support http and socks5 proxies Jul 21, 2024
@davegallant davegallant mentioned this pull request Jul 21, 2024
@davegallant davegallant changed the title Add --proxy and --socks5 flags to support http and socks5 proxies Add support for HTTP and SOCKS5 proxies Jul 21, 2024
@davegallant davegallant marked this pull request as ready for review July 21, 2024 18:37
@davegallant davegallant merged commit 16aa16c into main Jul 21, 2024
1 check passed
@davegallant davegallant deleted the socks5-proxy branch July 21, 2024 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant