Skip to content
This repository was archived by the owner on Jan 6, 2022. It is now read-only.

Commit

Permalink
Updated to include new experimental import command
Browse files Browse the repository at this point in the history
  • Loading branch information
chadsr committed Sep 25, 2018
1 parent a9592bd commit 99e13ff
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,12 @@ pip install --user nordnm

## 2. Usage
```
usage: nordnm [-h] [-k] [-a [COUNTRY_CODE] [VPN_CATEGORY] [PROTOCOL]] ...
usage: nordnm [-h] [-v] [-k] [-a [COUNTRY_CODE] [VPN_CATEGORY] [PROTOCOL]]
...
optional arguments:
-h, --help show this help message and exit
-v, --version Display the package version.
-k, --kill-switch Sets a network kill-switch, to disable the active
network interface when an active VPN connection
disconnects.
Expand All @@ -87,12 +89,13 @@ optional arguments:
commands:
Each command has its own help page, which can be
accessed via nordnm <COMMAND> --help
remove (r) Remove either active connections, auto-connect, kill-
switch, data or all.
remove (r) Remove active connections, auto-connect, kill-switch,
data, mac settings or all.
update (u) Update a specified setting.
list (l) List the specified information.
sync (s) Synchronise the optimal servers (based on load and
latency) to NetworkManager.
import (i) Import an OpenVPN config file to NetworkManager.
mac (m) Global NetworkManager MAC address preferences. This
command will affect ALL NetworkManager connections
permanently.
Expand Down Expand Up @@ -126,6 +129,11 @@ sudo nordnm mac --random
sudo nordnm -a ru p2p udp
```

- **Import a specific OpenVPN configuration file while still using the killswitch and autoconnect features (Experimental):**
```
sudo nordnm import /home/foo/config.ovpn -ak -u username -p password
```

- **Update the settings:**
```
sudo nordnm update --settings
Expand Down

0 comments on commit 99e13ff

Please sign in to comment.