mirror of
https://github.com/davegallant/vpngate.git
synced 2025-08-06 08:43:40 +00:00
Add --reconnect flag (#43)
* Allow --reconnect and --random to work in unison * Fix goreleaser
This commit is contained in:
13
README.md
13
README.md
@@ -72,12 +72,15 @@ If the country doesn't matter, a random server can be selected:
|
||||
$ sudo vpngate connect --random
|
||||
```
|
||||
|
||||
#### Reconnect
|
||||
|
||||
To continually attempt to reconnect (this can be combined with `--random`):
|
||||
|
||||
```console
|
||||
$ sudo vpngate connect --reconnect
|
||||
```
|
||||
|
||||
## Notes
|
||||
|
||||
- I do not maintain any of the servers on vpngate.net (connect to these servers at your own discretion)
|
||||
- Many of the listed servers claim to have a logging policy of 2 weeks
|
||||
|
||||
|
||||
## Todo
|
||||
|
||||
- Allow for servers to be cycled periodically (--cycle)
|
||||
|
Reference in New Issue
Block a user