dvpn-core 0.1.1 → 0.1.2

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
@@ -29,9 +29,11 @@ npm install -g dvpn-core-0.1.0.tgz
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
36
38
  dvpn control run
37
39
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dvpn-core",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "DVPN Core CLI for clients, relay nodes, and control plane operators.",
5
5
  "license": "MIT",
6
6
  "bin": {
Binary file
Binary file
Binary file
Binary file