Skip to content
master
Go to file
Code
This branch is 57 commits ahead, 1 commit behind clowwindy:rm.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

ShadowVPN

Build Status

ShadowVPN is a fast, safe VPN based 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

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.