8000 GitHub - Brightchu/ShadowVPN: A fast, safe VPN based on libsodium
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Brightchu/ShadowVPN

Folders and files

< 8000 th class="hide-sm">
Last commit message
NameName
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShadowVPN

Build Status

ShadowVPN is a fast, safe VPN based 586A on libsodium. Designed for low end devices, i.e. OpenWRT routers.

ShadowVPN is beta. Please open an issue if you found any bugs.

Install

Make sure to set --sysconfdir=/etc. You'll find conf files under /etc.

sudo apt-get install build-essential automake libtool
git submodule update --init
./autogen.sh
./configure --enable-static --sysconfdir=/etc
make && sudo make install

For OpenWRT: TODO

Usage

Client:

sudo shadowvpn -c /etc/shadowvpn/client.conf -s start
sudo shadowvpn -c /etc/shadowvpn/client.conf -s stop

Server:

sudo shadowvpn -c /etc/shadowvpn/server.conf -s start
sudo shadowvpn -c /etc/shadowvpn/server.conf -s stop

About

A fast, safe VPN based on libsodium

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0