Skip to content

Shubham8287/dprox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DPROX

Dprox is a distributed proxy, which is in development with intent to let clients easily create and connect to Virtual Private Networks over public internet.

Arcitecture

Each private network is consist of one central server and any number of peers which once connected to central server, can each to any other client.

Usage

Example command to start a server on local port 8080, Server should have public ip and should not behind the NAT -

cargo run server -p 8080

To connect a peer node to server

cargo run client -s -p

To get a info about network on a server

cargo run info -s -p

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published