3 Commits

Author SHA1 Message Date
Dave Gallant
16aa16c66e Add support for HTTP and SOCKS5 proxies (#127)
As mentioned in https://github.com/davegallant/vpngate/issues/126, adding support for proxies will help bypass issues when vpngate.net is not accessible directly.

This works by:

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

# socks5 proxy
sudo vpngate connect --socks5 "127.0.0.1:1080"
```
2024-07-21 14:38:26 -04:00
Dave G
666cbee43a Run gofumpt on the codebase (#58) 2021-12-19 00:55:33 -05:00
Dave Gallant
d3c2279555 Add parsing tests (#17) 2021-01-30 18:38:52 -05:00