Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dhtnet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
dhtnet
Commits
c1dc8a77
Commit
c1dc8a77
authored
7 months ago
by
Amna Snene
Browse files
Options
Downloads
Patches
Plain Diff
tools: update readme
Change-Id: Ifb27b9a147d83c144adc996fcae83b123e08fbbc
parent
61ed8a10
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tools/dsh/README.md
+1
-2
1 addition, 2 deletions
tools/dsh/README.md
tools/dvpn/README.md
+3
-3
3 additions, 3 deletions
tools/dvpn/README.md
with
4 additions
and
5 deletions
tools/dsh/README.md
+
1
−
2
View file @
c1dc8a77
...
...
@@ -6,8 +6,7 @@
**dsh**
allows you to:
-
Execute commands on remote peers in a DHT network.
-
Establish connections with peers and execute binaries on their side.
-
Establish connections with peers and execute binaries on their side. Default binary:
**bash**
### Options
...
...
This diff is collapsed.
Click to expand it.
tools/dvpn/README.md
+
3
−
3
View file @
c1dc8a77
...
...
@@ -10,7 +10,7 @@
-
**Client-Server Model**
: Supports both server and client modes for flexible deployment.
-
**TUN Interface**
: Implements a TUN interface for network communication.
-
**VPN Security**
: Ensures secure communication channels using cryptography and identity verification.
-
**Configuration Flexibility**
: Modify configuration settings and the setup script independently, avoiding the need to rebuild the entire project.
.
-
**Configuration Flexibility**
: Modify configuration settings and the setup script independently, avoiding the need to rebuild the entire project.
## Configuration
...
...
@@ -39,12 +39,12 @@ Before using **dvpn**, follow these steps to update your configuration:
To run a dvpn server, you can use the following command:
```
shell
sudo
./dvpn
-l
sudo
./dvpn
-d
<YAML_FILE>
-l
```
To connect to a dvpn server, you can use the following command:
```
shell
sudo
./dvpn <server_identifier>
sudo
./dvpn
-d
<YAML_FILE>
<server_identifier>
```
**Note**
:
**dvpn**
requires sudo privileges to create and configure TUN interfaces on both the client and server sides.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment