25 Commits

Author SHA1 Message Date
9185801b91 Update README.md (#152) 2025-03-29 08:36:03 -04:00
Dave Gallant
4b202ae94c Add new asciinema to README.md 2024-07-29 20:50:35 -04:00
Dave Gallant
a72c298292 Update README.md (#133) 2024-07-28 21:29:44 -04:00
Dave Gallant
3e819c5c55 Add initial support and docs for Windows (#132)
- Add initial support for Windows
- Update docs
- Fix issue with openvpn 2.6 data-ciphers
2024-07-28 21:09:57 -04:00
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 Gallant
015727c6c7 Update README.md (#99) 2023-04-16 21:28:26 -04:00
Dave G
4834323f83 Update README.md 2021-11-19 22:01:09 -05:00
Dave Gallant
6fdd19d83d Simplify instructions 2021-09-06 21:51:47 -04:00
DG
b8c6a3f8cf Improve and simplify installation using homebrew (#50) 2021-09-06 21:49:33 -04:00
DG
990fd072a2 Add arm/arm64 to goreleaser (#49)
Cryptic error (goreleaser/goreleaser#2389) was caused by not publishing arm64 architecture.
2021-09-06 21:17:53 -04:00
DG
7b4d98702e Add homebrew releaser (#44)
* Add homebrew releaser and tap

* Update README.md
2021-08-10 00:22:56 -04:00
DG
c3c4bb44ba Add --reconnect flag (#43)
* Allow --reconnect and --random to work in unison

* Fix goreleaser
2021-08-09 22:59:45 -04:00
DG
61f5779346 Remove speedtest (#42)
* Remove speedtest

* Go mod tidy
2021-08-09 22:23:21 -04:00
Dave Gallant
d539a6677a Update asciicast in README.md (#16)
* Update README.md
2021-01-10 22:48:29 -05:00
Dave Gallant
fb18c0a8a2 Update README.md 2021-01-10 21:58:33 -05:00
Dave Gallant
ce7cd9f9a1 Add CGO_ENABLED=0 to README.md (#13) 2021-01-02 20:09:04 -05:00
Dave Gallant
953a66d906 Add asciinema recording #12 2021-01-01 18:33:12 -05:00
Dave Gallant
4058594db2 Update README.md (#10) 2021-01-01 13:39:12 -05:00
Dave Gallant
1d6f03dd60 Update README.md (#9)
* Improve instructions for macOS
2021-01-01 13:37:21 -05:00
Dave Gallant
68cb504fa1 Update README.md (#8) 2021-01-01 13:25:50 -05:00
Dave Gallant
a58e676371 Update README.md (#7) 2021-01-01 13:23:53 -05:00
Dave Gallant
4d801a3675 Add macOS-specific instructions to README.md (#6)
* Update README.md
2021-01-01 13:19:36 -05:00
Dave Gallant
809fd6eec9 Update README.md 2020-12-31 20:28:56 -05:00
Dave Gallant
a2afbc1e35 Add initial prototype (#1)
* Add survey library to select server

* Add speedtest

* Add --random flag to connect

* Add list command

* Cache server list

* Tail the openvpn logs so that it appears in vpngate logs

* Add goreleaser action

* Add golangci-lint action
2020-12-31 02:56:01 -05:00
Dave Gallant
c52d1e990a Add initial 2020-12-24 00:07:48 -05:00