本站已运行

攻城狮论坛

作者: 不顾一切
查看: 4537|回复: 0

主题标签Tag

more +今日重磅推荐Recommend No.1

所有IT类厂商认证考试题库下载所有IT类厂商认证考试题库下载

more +随机图赏Gallery

【新盟教育】2023最新华为HCIA全套视频合集【网工基础全覆盖】---国sir公开课合集【新盟教育】2023最新华为HCIA全套视频合集【网工基础全覆盖】---国sir公开课合集
【新盟教育】网工小白必看的!2023最新版华为认证HCIA Datacom零基础全套实战课【新盟教育】网工小白必看的!2023最新版华为认证HCIA Datacom零基础全套实战课
原创_超融合自动化运维工具cvTools原创_超融合自动化运维工具cvTools
重量级~~30多套JAVA就业班全套 视频教程(请尽快下载,链接失效后不补)重量级~~30多套JAVA就业班全套 视频教程(请尽快下载,链接失效后不补)
链接已失效【超过几百G】EVE 国内和国外镜像 全有了 百度群分享链接已失效【超过几百G】EVE 国内和国外镜像 全有了 百度群分享
某linux大佬,积累多年的电子书(约300本)某linux大佬,积累多年的电子书(约300本)
乾颐堂现任明教教主Python完整版乾颐堂现任明教教主Python完整版
乾颐堂 教主技术进化论 2018-2019年 最新31-50期合集视频(各种最新技术杂谈视频)乾颐堂 教主技术进化论 2018-2019年 最新31-50期合集视频(各种最新技术杂谈视频)
Python学习视频 0起点视频 入门到项目实战篇 Python3.5.2视频教程 共847集 能学102天Python学习视频 0起点视频 入门到项目实战篇 Python3.5.2视频教程 共847集 能学102天
约21套Python视频合集 核心基础视频教程(共310G,已压缩)约21套Python视频合集 核心基础视频教程(共310G,已压缩)
最新20180811录制 IT爱好者-清风羽毛 - 网络安全IPSec VPN实验指南视频教程最新20180811录制 IT爱好者-清风羽毛 - 网络安全IPSec VPN实验指南视频教程
最新20180807录制EVE开机自启动虚拟路由器并桥接物理网卡充当思科路由器最新20180807录制EVE开机自启动虚拟路由器并桥接物理网卡充当思科路由器

ShadowVPN项目的介绍 可能是目前最好的VPN了吧 我觉得

[复制链接]
查看: 4537|回复: 0
开通VIP 免金币+免回帖+批量下载+无广告
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 & Ubuntu

For Debian 7 and Ubuntu 12+, add the following line to /etc/apt/sources.list

deb http://shadowvpn.org/debian wheezy main

Then

apt-get update && apt-get install shadowvpnservice shadowvpn restartUnix

Currently 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 installOpenWRT

Download 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 fileiOS

See iOS

Android

See Android

Windows

See Build for Windows.

Configuration
  • You can find all the conf files under /etc/shadowvpn.
  • For the client, edit client.conf.
  • For the server, edit server.conf.
  • Update server and password in those files.
  • The script file specified by up will be executed after VPN is up.
  • The script file specified by down will be executed after VPN is down.
  • If you need to specify routing rules, modify those scripts. You’ll see a placeholder at the end of those scripts.
  • If you are using Windows, the IP address of TUN/TAP device tunip is required to be specified in the conf file.
  • You can configure multiple users(详见下一篇博客)
    多服务端配置很简单,更改端口,tun序号,内网ip即可。新建server.conf  server_down.sh  server_up.sh% L' c; M2 e; f* V4 h9 `0 ?
UsageServer:sudo shadowvpn -c /etc/shadowvpn/server.conf -s startsudo shadowvpn -c /etc/shadowvpn/server.conf -s stop

If 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 stop

You can also read LuCI Configuration.

Wiki' J: P" [( h$ {, U
You can find all the documentation in the wiki:

https://github.com/clowwindy/ShadowVPN/wiki

License+ 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" ?
CCNA考试 官方正规报名 仅需1500元
回复 论坛版权

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|无图浏览|手机版|网站地图|攻城狮论坛

GMT+8, 2026-7-5 16:12 , Processed in 0.101166 second(s), 16 queries , Gzip On, MemCache On.

Powered by Discuz! X3.4 © 2001-2013 Comsenz Inc.

Designed by ARTERY.cn