|
A fast, safe VPN based on libsodium https://shadowvpn.org/
' M" R6 q3 }5 `& n% TLicense: GPL-3.0
1 ]9 [ [* m9 U% D5 B3 xLanguage: C( q1 Q. ?, z; R
Created: September 13, 2014 15:40, I) x- c* H K( _6 K* N9 {' B
Last updated: August 20, 2015 03:07
, v: u, y8 ]+ j4 \& s/ a3 ] ~. D+ p0 X$ Y; N
Last pushed: August 19, 2015 10:06
B9 _, q, y( H, ~2 s/ r$ M& [2 O7 ?Size: 6.43 MB
/ C& a$ i; x! [3 Z* ?* A8 XStars: 985
3 I2 e# m6 x0 {7 TForks: 1223 {! i4 m3 i6 p: X1 g
Watchers: 136% L' z$ J+ Z& R& M7 I" n
Open issues: 26 简介ShadowVPN is a fast, safe VPN based on libsodium. Designed for low end devices, i.e. OpenWRT routers. ShadowVPN is currently beta and have much work to do. If you want a stable version, please come by here a few months later. 目前shadowvpn已经被项目所有者移除 InstallDebian & UbuntuFor Debian 7 and Ubuntu 12+, add the following line to /etc/apt/sources.list deb http://shadowvpn.org/debian wheezy mainThen apt-get update && apt-get install shadowvpnservice shadowvpn restartUnixCurrently Linux, FreeBSD and OS X are supported. Download a release and build. Do not clone the repo, since it’s not stable. Make sure to set –sysconfdir=/etc. You’ll find conf files under /etc. For Debian-based Linux sudo apt-get updatesudo apt-get install build-essential automake libtool git -y./configure --enable-static --sysconfdir=/etcmake && sudo make installOpenWRTDownload bundled ShadowVPN with LuCI, or just download ShadowVPN itself, Or build ShadowVPN yourself: cd into SDK root, then pushd packagegit clone https://github.com/clowwindy/ShadowVPN.gitpopdmake menuconfig # select Network/ShadowVPNmake V=sscp bin/xxx/ShadowVPN-xxx-xxx.ipk root@192.168.1.1# then log in your box and use opkg to install that ipk fileiOSSee iOS AndroidSee Android WindowsSee Build for Windows. ConfigurationUsageServer:sudo shadowvpn -c /etc/shadowvpn/server.conf -s startsudo shadowvpn -c /etc/shadowvpn/server.conf -s stopIf you installed using apt-get, you can use sudo service shadowvpn start instead. Client:sudo shadowvpn -c /etc/shadowvpn/client.conf -s startsudo shadowvpn -c /etc/shadowvpn/client.conf -s stopClient(OpenWRT):/etc/init.d/shadowvpn start/etc/init.d/shadowvpn stopYou can also read LuCI Configuration. Wiki' J: P" [( h$ {, U
You can find all the documentation in the wiki: https://github.com/clowwindy/ShadowVPN/wikiLicense+ R5 W. S/ l& r! J9 a
Copyright (C) 2015 clowwindy This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/. : y+ h6 ]) |0 S& L X" ?
|