Skip to content

Commit c1dc8a7

Browse files
committed
tools: update readme
Change-Id: Ifb27b9a147d83c144adc996fcae83b123e08fbbc
1 parent 61ed8a1 commit c1dc8a7

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

tools/dsh/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66

77
**dsh** allows you to:
88

9-
- Execute commands on remote peers in a DHT network.
10-
- Establish connections with peers and execute binaries on their side.
9+
- Establish connections with peers and execute binaries on their side. Default binary: **bash**
1110

1211

1312
### Options

tools/dvpn/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- **Client-Server Model**: Supports both server and client modes for flexible deployment.
1111
- **TUN Interface**: Implements a TUN interface for network communication.
1212
- **VPN Security**: Ensures secure communication channels using cryptography and identity verification.
13-
- **Configuration Flexibility** : Modify configuration settings and the setup script independently, avoiding the need to rebuild the entire project..
13+
- **Configuration Flexibility** : Modify configuration settings and the setup script independently, avoiding the need to rebuild the entire project.
1414

1515
## Configuration
1616

@@ -39,12 +39,12 @@ Before using **dvpn**, follow these steps to update your configuration:
3939

4040
To run a dvpn server, you can use the following command:
4141
```shell
42-
sudo ./dvpn -l
42+
sudo ./dvpn -d <YAML_FILE> -l
4343
```
4444

4545
To connect to a dvpn server, you can use the following command:
4646
```shell
47-
sudo ./dvpn <server_identifier>
47+
sudo ./dvpn -d <YAML_FILE> <server_identifier>
4848
```
4949

5050
**Note**: **dvpn** requires sudo privileges to create and configure TUN interfaces on both the client and server sides.

0 commit comments

Comments
 (0)