Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Julio Gutierrez committed Mar 3, 2019
1 parent 71f05c5 commit ffe3b53
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ The container is as simple as it can be, in order to reconnect automatically whe
* `TCP`
* `NETWORK` - CIDR networks (IE 192.168.1.0/24), add a route to allows replies once the VPN is up.
* `NETWORK6` - CIDR IPv6 networks (IE fe00:d34d:b33f::/64), add a route to allows replies once the VPN is up.
* `OPENVPN_OPTS` - Used to pass extra parameters when connecting using openvpn.
* `OPENVPN_OPTS` - Used to pass extra parameters to openvpn [full list](https://openvpn.net/community-resources/reference-manual-for-openvpn-2-4/).
* `TZ` - Set a timezone (IE EST5EDT, America/Denver, [full list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones))
* `GROUPID` - Set the GID for the vpn

Expand All @@ -115,8 +115,10 @@ The container is as simple as it can be, in order to reconnect automatically whe
- Add documentation on passwords with special characters, refactor to avoid issue [#20](https://github.com/bubuntux/nordvpn/issues/20) and override auth file when need it.
- Fix issues with TCP protocol.
- Fallback to a random config file.
- Add OPENVPN_OPTS environment variable
* **2019.02.27** - Use recommended service api, add multiple architectures.
- Add OPENVPN_OPTS environment variable.
* **2019.02.27**
- Use recommended service api.
- Add multiple architectures.

# Issues

Expand Down

0 comments on commit ffe3b53

Please sign in to comment.