Skip to content

Commit 99e13ff

Browse files
committed
Updated to include new experimental import command
1 parent a9592bd commit 99e13ff

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,12 @@ pip install --user nordnm
7272

7373
## 2. Usage
7474
```
75-
usage: nordnm [-h] [-k] [-a [COUNTRY_CODE] [VPN_CATEGORY] [PROTOCOL]] ...
75+
usage: nordnm [-h] [-v] [-k] [-a [COUNTRY_CODE] [VPN_CATEGORY] [PROTOCOL]]
76+
...
7677
7778
optional arguments:
7879
-h, --help show this help message and exit
80+
-v, --version Display the package version.
7981
-k, --kill-switch Sets a network kill-switch, to disable the active
8082
network interface when an active VPN connection
8183
disconnects.
@@ -87,12 +89,13 @@ optional arguments:
8789
commands:
8890
Each command has its own help page, which can be
8991
accessed via nordnm <COMMAND> --help
90-
remove (r) Remove either active connections, auto-connect, kill-
91-
switch, data or all.
92+
remove (r) Remove active connections, auto-connect, kill-switch,
93+
data, mac settings or all.
9294
update (u) Update a specified setting.
9395
list (l) List the specified information.
9496
sync (s) Synchronise the optimal servers (based on load and
9597
latency) to NetworkManager.
98+
import (i) Import an OpenVPN config file to NetworkManager.
9699
mac (m) Global NetworkManager MAC address preferences. This
97100
command will affect ALL NetworkManager connections
98101
permanently.
@@ -126,6 +129,11 @@ sudo nordnm mac --random
126129
sudo nordnm -a ru p2p udp
127130
```
128131

132+
- **Import a specific OpenVPN configuration file while still using the killswitch and autoconnect features (Experimental):**
133+
```
134+
sudo nordnm import /home/foo/config.ovpn -ak -u username -p password
135+
```
136+
129137
- **Update the settings:**
130138
```
131139
sudo nordnm update --settings

0 commit comments

Comments
 (0)