Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
azinchen committed May 6, 2018
1 parent d03bf78 commit def1795
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Once it's up other containers can be started using it's network connection:

## Filter NordVpn servers

This container selects least loaded server from NordVpn pool. Server list can be filtered by setting `COUNTRY`, `CATEGORY` and/or `PROTOCOL` environment variables. If filtered list is empty. recommended server is selected.
This container selects least loaded server from NordVpn pool. Server list can be filtered by setting `COUNTRY`, `CATEGORY` and/or `PROTOCOL` environment variables. If filtered list is empty, recommended server is selected.

## Local Network access to services connecting to the internet through the VPN.

Expand All @@ -42,7 +42,7 @@ The environmenta variable NETWORK must be your local network that you would conn
Now just create the second container _without_ the `-p` parameter, only inlcude the `--net=container:vpn`, the port should be declare in the vpn container.

docker run -ti --rm --net=container:vpn -d bubuntux/riot-web

now the service provided by the second container would be available from the host machine (http://localhost:8080) or anywhere inside the local network (http://192.168.1.xxx:8080).

## Local Network access to services connecting to the internet through the VPN using a Web proxy.
Expand Down Expand Up @@ -87,4 +87,4 @@ ENVIRONMENT VARIABLES (only available with `docker run`)

## Issues

If you have any problems with or questions about this image, please contact me through a [GitHub issue](https://github.com/azinchen/nordvpn/issues).
If you have any problems with or questions about this image, please contact me through a [GitHub issue](https://github.com/azinchen/nordvpn/issues).

0 comments on commit def1795

Please sign in to comment.