forked from bubuntux/nordvpn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Julio Gutierrez
authored
Jun 16, 2018
1 parent
cd01f37
commit 9982a92
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ This container was designed to be started first to provide a connection to other | |
|
||
docker run -ti --cap-add=NET_ADMIN --device /dev/net/tun --name vpn\ | ||
-e [email protected] -e PASS=password | ||
-e COUNRTY=country1;country2 -e CATEGORY=category1;category2 \ | ||
-e COUNRTY="country1;country2" -e CATEGORY=category1;category2 \ | ||
-e PROTOCOL=protocol -d bubuntux/nordvpn | ||
|
||
Once it's up other containers can be started using it's network connection: | ||
|
@@ -68,7 +68,7 @@ For multiple services (non-existant 'foo' used as an example): | |
|
||
ENVIRONMENT VARIABLES (only available with `docker run`) | ||
|
||
* `COUNTRY` - Use servers from countries in the list (IE Australia;New Zeland). Several countries can be selected using semicolon. | ||
* `COUNTRY` - Use servers from countries in the list (IE United States;Australia;New Zeland). Several countries can be selected using semicolon. | ||
* `CATEGORY` - Use servers from specific categories (IE P2P;Anti DDoS). Several categories can be selected using semicolon. Allowed categories are: | ||
* `Anti DDoS` | ||
* `Dedicated IP servers` | ||
|