All Projects → fanpei91 → Gap Proxy

fanpei91 / Gap Proxy

Licence: mit
gap-proxy 是一个加速网络的 SOCKS5 安全代理工具。

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Gap Proxy

Leaf
A lightweight and fast proxy utility tries to include any useful features.
Stars: ✭ 530 (+268.06%)
Mutual labels:  proxy, tcp, udp, socks
Frpc Android
Android,安卓版frpc,一个快速反向代理,可帮助您将NAT或防火墙后面的本地服务器暴露给Internet。
Stars: ✭ 205 (+42.36%)
Mutual labels:  proxy, tcp, udp
Bdtunnel
BoutDuTunnel is able to create virtual connections tunnelled in HTTP requests.
Stars: ✭ 78 (-45.83%)
Mutual labels:  proxy, tcp, socks
asyncio-socks-server
A SOCKS proxy server implemented with the powerful python cooperative concurrency framework asyncio.
Stars: ✭ 154 (+6.94%)
Mutual labels:  tcp, udp, socks
Proxy admin free
Proxy是高性能全功能的http代理、https代理、socks5代理、内网穿透、内网穿透p2p、内网穿透代理、内网穿透反向代理、内网穿透服务器、Websocket代理、TCP代理、UDP代理、DNS代理、DNS加密代理,代理API认证,全能跨平台代理服务器。
Stars: ✭ 487 (+238.19%)
Mutual labels:  proxy, tcp, udp
Blinksocks
A framework for building composable proxy protocol stack.
Stars: ✭ 587 (+307.64%)
Mutual labels:  proxy, tcp, udp
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 (+13467.36%)
Mutual labels:  tcp, udp, socks
Mr2
Mr.2 can help you expose local server to external network. Support both TCP/UDP, of course support HTTP. Zero-Configuration.
Stars: ✭ 1,102 (+665.28%)
Mutual labels:  proxy, tcp, udp
Gobetween
☁️ Modern & minimalistic load balancer for the Сloud era
Stars: ✭ 1,631 (+1032.64%)
Mutual labels:  proxy, tcp, udp
Reactor Netty
TCP/HTTP/UDP/QUIC client/server with Reactor over Netty
Stars: ✭ 1,743 (+1110.42%)
Mutual labels:  tcp, udp
Esp8266 Wifi Uart Bridge
Transparent WiFi (TCP, UDP) to UART Bridge, in AP or STATION mode
Stars: ✭ 107 (-25.69%)
Mutual labels:  tcp, udp
Ddos Rootsec
DDOS Archive by RootSec (Scanners, BotNets (Mirai and QBot Premium & Normal and more), Exploits, Methods, Sniffers)
Stars: ✭ 108 (-25%)
Mutual labels:  tcp, udp
Oscp5
An Open Sound Control (OSC) implementation for Java and Processing
Stars: ✭ 103 (-28.47%)
Mutual labels:  tcp, udp
Proxy
C++ TCP Proxy Server
Stars: ✭ 98 (-31.94%)
Mutual labels:  proxy, tcp
V2ray Core
A platform for building proxies to bypass network restrictions.
Stars: ✭ 38,782 (+26831.94%)
Mutual labels:  proxy, socks
Packetsender
Network utility for sending / receiving TCP, UDP, SSL
Stars: ✭ 1,349 (+836.81%)
Mutual labels:  tcp, udp
Stream
NodeJS Modbus Stream
Stars: ✭ 114 (-20.83%)
Mutual labels:  tcp, udp
Fi6s
IPv6 network scanner designed to be fast
Stars: ✭ 116 (-19.44%)
Mutual labels:  tcp, udp
T Io
解决其它网络框架没有解决的用户痛点,让天下没有难开发的网络程序
Stars: ✭ 1,331 (+824.31%)
Mutual labels:  tcp, udp
Pingtunnel
ping tunnel is a tool that advertises tcp/udp/socks5 traffic as icmp traffic for forwarding.
Stars: ✭ 1,904 (+1222.22%)
Mutual labels:  tcp, udp

简介

gap-proxy 是一个加速网络的 SOCKS5 安全代理工具。

mTCP

mTCP 是专门为 gap-proxy 设计的快速、可靠、加密安全、基于 UDP 的传输控制协议,借鉴了 KCP、TCP、Quic 协议的优点。技术特性:

  • 支持连接迁移,在 IP 地址变化的情况下保持连接不断
  • 从协议头到应用数据都使用了 AES-256-CFB 加密
  • 类似 HMAC 机制,可防止数据被篡改
  • 选择确认、快速重传、快速超时选择重传
  • KeepAlive,及时释放意外终止的连接
  • 快速建立、释放连接

mTCP 没有拥塞控制,只有流量控制,因此在高丢包率网络环境中,比使用了拥塞控制的 TCP 更快。

支持平台

gap-proxy 仅支持 macOS, Linux, 其他类 Unix 理论上支持,但并未测试过。

安装

下载

根据所使用的操作系统从 releases 下载相应已编译好的 gap-localgap-server 二进制文件压缩包。

基本使用

gap-local

$ gap-local --local-addr "127.0.0.1:1086" --server-addr "8.8.8.8:1086" --key "key"

gap-server

$ gap-server --server-addr "8.8.8.8:1086" --key "key"

完毕!

代理

gap-local 只是个简单的 SOCKS5 代理,如果日常上网需要智能代理,可自己在浏览器安装代理管理插件,插件的 SOCKS5 地址填写为配置文件的 --local-addr 参数的地址。

感谢及参考

许可证

MIT

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].