All Projects → eaglexiang → Eagle.tunnel.go

eaglexiang / Eagle.tunnel.go

Licence: mit
稳定的代理工具,比.NET版本更轻量和易用

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Eagle.tunnel.go

V2ray Core
A platform for building proxies to bypass network restrictions.
Stars: ✭ 38,782 (+27020.28%)
Mutual labels:  proxy, http-proxy, socks5
Awslambdaproxy
An AWS Lambda powered HTTP/SOCKS web proxy
Stars: ✭ 571 (+299.3%)
Mutual labels:  proxy, http-proxy, socks5
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 (+1095.8%)
Mutual labels:  proxy, http-proxy, socks5
Mubeng
An incredibly fast proxy checker & IP rotator with ease.
Stars: ✭ 234 (+63.64%)
Mutual labels:  proxy, http-proxy, socks5
Flynet
A powerful TCP/UDP tool, which support socks5 proxy by tcp and udp, http proxy and NAT traversal. This tool can help you bypass gfw easily
Stars: ✭ 124 (-13.29%)
Mutual labels:  proxy, http-proxy, socks5
Sozu
Sōzu HTTP reverse proxy, configurable at runtime, fast and safe, built in Rust. It is awesome! Ping us on gitter to know more
Stars: ✭ 1,341 (+837.76%)
Mutual labels:  proxy, http-proxy
Websocks
A secure proxy based on WebSocket. 一个基于 WebSocket 的代理工具
Stars: ✭ 102 (-28.67%)
Mutual labels:  proxy, socks5
Rtty
Access your terminal from anywhere via the web.
Stars: ✭ 2,434 (+1602.1%)
Mutual labels:  proxy, http-proxy
Frp
A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
Stars: ✭ 51,746 (+36086.01%)
Mutual labels:  proxy, http-proxy
Httpproxy
Go HTTP proxy server library
Stars: ✭ 110 (-23.08%)
Mutual labels:  proxy, http-proxy
Gus Proxy
"打一枪换一个地方" 一个HTTP代理
Stars: ✭ 113 (-20.98%)
Mutual labels:  proxy, http-proxy
Php Http Proxy
HTTP proxy written in PHP based on workerman.
Stars: ✭ 134 (-6.29%)
Mutual labels:  proxy, http-proxy
Nitmproxy
Proxy server based on netty
Stars: ✭ 94 (-34.27%)
Mutual labels:  proxy, http-proxy
Cracker
tunnel over http[s]
Stars: ✭ 107 (-25.17%)
Mutual labels:  proxy, socks5
James
Web Debugging Proxy Application
Stars: ✭ 1,299 (+808.39%)
Mutual labels:  proxy, http-proxy
Proxy.py
⚡⚡⚡Fast, Lightweight, Pluggable, TLS interception capable proxy server focused on Network monitoring, controls & Application development, testing, debugging
Stars: ✭ 1,291 (+802.8%)
Mutual labels:  proxy, http-proxy
V2ray Panel Master
Deprecated
Stars: ✭ 136 (-4.9%)
Mutual labels:  proxy, socks5
Goproxy
🔥 Proxy is a high performance HTTP(S) proxies, SOCKS5 proxies,WEBSOCKET, TCP, UDP proxy server implemented by golang. Now, it supports chain-style proxies,nat forwarding in different lan,TCP/UDP port forwarding, SSH forwarding.Proxy是golang实现的高性能http,https,websocket,tcp,socks5代理服务器,支持内网穿透,链式代理,通讯加密,智能HTTP,SOCKS5代理,黑白名单,限速,限流量,限连接数,跨平台,KCP支持,认证API。
Stars: ✭ 11,334 (+7825.87%)
Mutual labels:  http-proxy, socks5
Httpproxy
基于 Go 开发,支持 http/1.1 以上版本的 HTTP(S) 代理。(Why not try out Mika?)
Stars: ✭ 120 (-16.08%)
Mutual labels:  proxy, http-proxy
Lightsocks Nodejs
It's a simple socks5 proxy tool which based on lightsocks
Stars: ✭ 79 (-44.76%)
Mutual labels:  proxy, socks5

Eagle Tunnel Go

build platforms language codebeat badge license

什么是ET

一个轻量且简单易用的代理工具

它有什么优势

稳定

ET采用自建协议——而不是对传统协议的重新实现,因此针对传统协议的干扰对它是不生效的。

ET采用短连接——每次请求开启独占的TCP连接,请求结束即关闭连接。常见的针对长连接的干扰也是不生效的。

ET支持自定义协议头——每个用户都可以有独立的协议特征,这使它具有一定抗嗅探能力。

智能

智能模式支持国内国外智能切换,无需频繁开关代理。

简单

配置过程能简则简,最少一分钟搭建服务,无需过多学习。

简易服务搭建

服务端

et --listen 0.0.0.0 --et on

客户端

et --listen 0.0.0.0 --http on --relay [服务端IP]

此时本地HTTP代理服务地址为127.0.0.1:8080

如果服务端开启了防火墙服务,则必须开启8080/tcp端口

下载

详细

参照指南一文。

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