Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Julio Gutierrez committed Apr 8, 2019
1 parent 6d82562 commit 94d37d0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,8 @@ services:
```

## Reconnect
The container is as simple as it can be, in order to reconnect automatically when connection is lost add:
- Env variable: OPENVPN_OPTS='--pull-filter ignore "ping-restart" --ping-exit 180'
- Restart policy: unless-stopped or always
By the fault the container will try to reconnect to the same server when disconnected, in order to reconnect to another recommended server automatically add env variable:
- OPENVPN_OPTS='--pull-filter ignore "ping-restart" --ping-exit 180'

# ENVIRONMENT VARIABLES

Expand All @@ -111,7 +110,7 @@ The container is as simple as it can be, in order to reconnect automatically whe

# Versions
* **2019.04.06**
- Fix reconnect mechanism [#28](https://github.com/bubuntux/nordvpn/issues/28).
- Enhance reconnect mechanism [#28](https://github.com/bubuntux/nordvpn/issues/28).
* **2019.03.12**
- Remove HEALTH_CHECK.
* **2019.03.09**
Expand Down

0 comments on commit 94d37d0

Please sign in to comment.