dvpn-core 0.1.1 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -22,17 +22,20 @@ From the repository root:
|
|
|
22
22
|
```sh
|
|
23
23
|
cd packages/npm
|
|
24
24
|
npm pack
|
|
25
|
-
npm install -g dvpn-core-0.1.
|
|
25
|
+
npm install -g dvpn-core-0.1.3.tgz
|
|
26
26
|
```
|
|
27
27
|
|
|
28
28
|
## Commands
|
|
29
29
|
|
|
30
30
|
```sh
|
|
31
31
|
dvpn client relays
|
|
32
|
+
dvpn client init
|
|
32
33
|
dvpn client connect
|
|
33
34
|
dvpn client disconnect
|
|
34
35
|
dvpn client status
|
|
36
|
+
dvpn node init
|
|
35
37
|
dvpn node run
|
|
38
|
+
dvpn node sync-peers
|
|
36
39
|
dvpn control run
|
|
37
40
|
```
|
|
38
41
|
|
package/package.json
CHANGED
package/vendor/dvpn-linux-amd64
CHANGED
|
Binary file
|
package/vendor/dvpn-linux-arm64
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|