dvpn-core 0.1.2 → 0.1.4

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,7 +22,7 @@ From the repository root:
22
22
  ```sh
23
23
  cd packages/npm
24
24
  npm pack
25
- npm install -g dvpn-core-0.1.0.tgz
25
+ npm install -g dvpn-core-0.1.3.tgz
26
26
  ```
27
27
 
28
28
  ## Commands
@@ -34,7 +34,10 @@ dvpn client connect
34
34
  dvpn client disconnect
35
35
  dvpn client status
36
36
  dvpn node init
37
+ dvpn node wireguard-init
37
38
  dvpn node run
39
+ dvpn node sync-peers
40
+ dvpn node submit-accounting
38
41
  dvpn control run
39
42
  ```
40
43
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dvpn-core",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
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