All Projects → ExodusVPN → Exodus

ExodusVPN / Exodus

Licence: lgpl-3.0
network proxy and tunnel (VPN)

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Exodus

Python Proxy
HTTP/HTTP2/HTTP3/Socks4/Socks5/Shadowsocks/ShadowsocksR/SSH/Redirect/Pf TCP/UDP asynchronous tunnel proxy implemented in Python 3 asyncio.
Stars: ✭ 692 (+60.19%)
Mutual labels:  proxy, tunnel, socks5, ssh
Sidedoor
SSH connection daemon for Debian/Raspbian/Ubuntu/etc
Stars: ✭ 97 (-77.55%)
Mutual labels:  proxy, tunnel, ssh
gost
GO Simple Tunnel - a simple tunnel written in golang
Stars: ✭ 8,395 (+1843.29%)
Mutual labels:  tunnel, ssh, socks5
Nps
一款轻量级、高性能、功能强大的内网穿透代理服务器。支持tcp、udp、socks5、http等几乎所有流量转发,可用来访问内网网站、本地支付接口调试、ssh访问、远程桌面,内网dns解析、内网socks5代理等等……,并带有功能强大的web管理端。a lightweight, high-performance, powerful intranet penetration proxy server, with a powerful web management terminal.
Stars: ✭ 19,537 (+4422.45%)
Mutual labels:  tunnel, socks5, ssh
Awslambdaproxy
An AWS Lambda powered HTTP/SOCKS web proxy
Stars: ✭ 571 (+32.18%)
Mutual labels:  proxy, tunnel, socks5
V2ray Core
A platform for building proxies to bypass network restrictions.
Stars: ✭ 13,438 (+3010.65%)
Mutual labels:  proxy, tunnel, socks5
Psiphon
A multi-functional version of a popular network circumvention tool
Stars: ✭ 169 (-60.88%)
Mutual labels:  proxy, socks5, ssh
Glider
glider is a forward proxy with multiple protocols support, and also a dns/dhcp server with ipset management features(like dnsmasq).
Stars: ✭ 1,710 (+295.83%)
Mutual labels:  proxy, tunnel, socks5
Inlets Pro
Secure TCP and HTTP tunnels that work anywhere
Stars: ✭ 179 (-58.56%)
Mutual labels:  proxy, tunnel, ssh
Fq Book
📖《这本书能让你连接互联网》详细阐述代理、隧道、VPN运作过程,并对GFW策略如:地址端口封锁、服务器缓存投毒、数字验证攻击、SSL连接阻断做相关的原理说明
Stars: ✭ 2,393 (+453.94%)
Mutual labels:  proxy, tunnel, ssh
Frpc Android
Android,安卓版frpc,一个快速反向代理,可帮助您将NAT或防火墙后面的本地服务器暴露给Internet。
Stars: ✭ 205 (-52.55%)
Mutual labels:  proxy, tunnel, socks5
Stowaway
👻Stowaway -- Multi-hop Proxy Tool for pentesters
Stars: ✭ 500 (+15.74%)
Mutual labels:  tunnel, socks5, ssh
Openiothub
💖A free IoT (Internet of Things) platform and private cloud. [一个免费的物联网和私有云平台,支持内网穿透]
Stars: ✭ 371 (-14.12%)
Mutual labels:  tunnel, socks5, ssh
Venom
Venom - A Multi-hop Proxy for Penetration Testers
Stars: ✭ 1,228 (+184.26%)
Mutual labels:  proxy, tunnel, socks5
Reflow
Content-routable socks5 proxy switcher for your entire LAN.
Stars: ✭ 170 (-60.65%)
Mutual labels:  proxy, socks5, tap
Chameleon
Customizable honeypots for monitoring network traffic, bots activities and username\password credentials (DNS, HTTP Proxy, HTTP, HTTPS, SSH, POP3, IMAP, STMP, RDP, VNC, SMB, SOCKS5, Redis, TELNET, Postgres and MySQL)
Stars: ✭ 230 (-46.76%)
Mutual labels:  proxy, socks5, ssh
Fasttunnel
NAT 内网穿透 远程内网计算机 域名访问内网站点 反向代理内网服务 花生壳 端口转发 http代理 微信 小程序 expose a local server behind a NAT or firewall to the internet like ngrok and frp. NAT ssh proxy tunnel reverse-proxy
Stars: ✭ 248 (-42.59%)
Mutual labels:  proxy, tunnel, ssh
gost
GO Simple Tunnel - a simple tunnel written in golang
Stars: ✭ 154 (-64.35%)
Mutual labels:  tunnel, ssh
mieru
見える是一款 socks5 网络代理(科学上网)工具。Mieru is a socks5 proxy to bypass censorship.
Stars: ✭ 63 (-85.42%)
Mutual labels:  tunnel, socks5
client
Remote access and tunnels to your localhost from everywhere in the world.
Stars: ✭ 25 (-94.21%)
Mutual labels:  tunnel, ssh

Exodus

.. image:: https://img.shields.io/badge/Telegram%20Group-https%3A%2F%2Ft.me%2FExodusProject-blue.svg :alt: Join the chat at https://t.me/ExodusProject :target: https://t.me/ExodusProject

:Date: 10/03 2017

.. contents::

平台支持

VPN Server:

  • Linux > 3.0

VPN Client:

  • macOS >= 10.13
  • Linux > 3.0

IPV4 私有 IP 段

Private IPv4 addresses:

10.0.0.0/8      10.0.0.0    – 10.255.255.255

172.16.0.0/12   172.16.0.0  – 172.31.255.255

192.168.0.0/16  192.168.0.0 – 192.168.255.255

状态

系统网络配置组件(sysconfig/netlink/sysctl):

Linux 系统:

  • ✅ IP 转发控制 (相当于 sysctl net.ipv4.conf.all.forwarding = 1 )
  • ✅ 系统 DNS 设定 (相当于 echo "nameserver 8.8.8.8" >> /etc/resolv.conf )
  • ✅ netlink link list (相当于 ip link list )
  • ✅ netlink neigh list (相当于 ip neigh list )
  • ✅ netlink addr list (相当于 ip addr list )
  • ✅ 系统路由表缓存下载 (相当于ip route list` )
  • ✅ 系统路由表删除操作 (相当于ip route del` )
  • ✅ 系统路由表增加操作 (相当于ip route add` )
  • ❌ 系统防火墙规则设定 (相当于 iptables/nftables ... )

macOS 系统:

  • ✅ IP 转发控制 (相当于 sysctl net.ipv4.conf.all.forwarding = 1 )
  • ✅ 系统 DNS 设定 (相当于 networksetup -setdnsservers "Wi-Fi" "8.8.8.8" )
  • ✅ 系统 ARP/NDP 缓存表下载 ( 相当于 arp/ndp -an )
  • ✅ 系统路由表缓存下载 (相当于netstat -rn` )
  • ✅ 系统路由表删除操作 (相当于route del` )
  • ✅ 系统路由表增加操作 (相当于route add` )
  • ❌ 系统防火墙规则设定 (相当于 pfctl ... )

运行

请不要在 生产环境 部署和运行该程序!

.. code:: bash

cd exodus
# VPN Server
sudo ./vpnd --tun-network 172.16.0.0/16

# VPN Client
sudo ./vpn --server-addr YOUR_VPN_SERVER_IPV4_ADDR:YOUR_VPN_SERVER_UDP_PORT --disable-crypto
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].