Skip to content
/ dbvpn Public

A simple VPN implementation based on Linux Tun device

Notifications You must be signed in to change notification settings

DMLfor/dbvpn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

dbvpn

A sipmle VPN implementation based on Linux Tun device

一个简单的VPN 实现使用TUN设备

Compile and Run

cmake 3.8

client

mkdir build && cd build
cmake ../
make

./dbvpnclient server_ip server_port 

server

mkdir build && cd build
cmake ../
make

./dbvpnclient tun_ip server_port port_snat_range

Libraries used

libtins

Mainly used lintins to make changes to packages

More

littleblank

About

A simple VPN implementation based on Linux Tun device

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published