All Projects → go-gost → gost

go-gost / gost

Licence: MIT License
GO Simple Tunnel - a simple tunnel written in golang

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to gost

gost
GO Simple Tunnel - a simple tunnel written in golang
Stars: ✭ 8,395 (+5351.3%)
Mutual labels:  dns, tunnel, ssh, http2, shadowsocks, kcp, quic, tuntap
Python Proxy
HTTP/HTTP2/HTTP3/Socks4/Socks5/Shadowsocks/ShadowsocksR/SSH/Redirect/Pf TCP/UDP asynchronous tunnel proxy implemented in Python 3 asyncio.
Stars: ✭ 692 (+349.35%)
Mutual labels:  tunnel, ssh, http2, shadowsocks, quic
Gsnova
Private proxy solution & network troubleshooting tool.
Stars: ✭ 509 (+230.52%)
Mutual labels:  ssh, http2, kcp, quic
Fq Book
📖《这本书能让你连接互联网》详细阐述代理、隧道、VPN运作过程,并对GFW策略如:地址端口封锁、服务器缓存投毒、数字验证攻击、SSL连接阻断做相关的原理说明
Stars: ✭ 2,393 (+1453.9%)
Mutual labels:  tunnel, ssh, https, shadowsocks
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 (+12586.36%)
Mutual labels:  dns, tunnel, ssh, https
Nghttp2
nghttp2 - HTTP/2 C Library and tools
Stars: ✭ 3,868 (+2411.69%)
Mutual labels:  http2, quic, http3
Blinksocks
A framework for building composable proxy protocol stack.
Stars: ✭ 587 (+281.17%)
Mutual labels:  https, http2, shadowsocks
Siris
DEPRECATED: The community driven fork of Iris. The fastest web framework for Golang!
Stars: ✭ 146 (-5.19%)
Mutual labels:  https, http2, quic
client
Remote access and tunnels to your localhost from everywhere in the world.
Stars: ✭ 25 (-83.77%)
Mutual labels:  tunnel, ssh, https
Algernon
🎩 Small self-contained pure-Go web server with Lua, Markdown, HTTP/2, QUIC, Redis and PostgreSQL support
Stars: ✭ 1,880 (+1120.78%)
Mutual labels:  http2, quic, http3
Awesome Http Benchmark
HTTP(S) benchmark tools, testing/debugging, & restAPI (RESTful)
Stars: ✭ 2,236 (+1351.95%)
Mutual labels:  https, http2, http3
Kcp
⚡ KCP - A Fast and Reliable ARQ Protocol
Stars: ✭ 10,473 (+6700.65%)
Mutual labels:  tunnel, kcp, quic
Sish
HTTP(S)/WS(S)/TCP Tunnels to localhost using only SSH.
Stars: ✭ 2,087 (+1255.19%)
Mutual labels:  tunnel, ssh, https
Ymhttp
基于 libcurl 的 IO 多路复用 HTTP 框架,适用于 iOS 平台,支持 HTTP/HTTPS/HTTP2/DNS(SNI)
Stars: ✭ 127 (-17.53%)
Mutual labels:  dns, https, http2
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 (+49.35%)
Mutual labels:  dns, ssh, https
dohjs
DNS over HTTPS client for use in the browser
Stars: ✭ 71 (-53.9%)
Mutual labels:  dns, https
restler
Restler is a beautiful and powerful Android app for quickly testing REST API anywhere and anytime.
Stars: ✭ 120 (-22.08%)
Mutual labels:  https, http2
aiotunnel
HTTP tunnel on top of aiohttp and asyncio
Stars: ✭ 29 (-81.17%)
Mutual labels:  tunnel, https
ss-v2ray-docker
Deprecated: please use https://hub.docker.com/r/mazy/ss-xray
Stars: ✭ 28 (-81.82%)
Mutual labels:  shadowsocks, quic
nysocks
Nysocks binds kcp and libuv to provide an aggressive tcp tunnel in nodejs.
Stars: ✭ 78 (-49.35%)
Mutual labels:  tunnel, kcp

GO Simple Tunnel

GO语言实现的安全隧道

功能特性

  • 多端口监听
  • 支持转发链,并支持多级转发
  • 支持多种协议(HTTP,HTTPS,HTTP2,SOCKS5,Websocket,QUIC...)
  • 本地/远程TCP/UDP端口转发
  • DNS解析和代理
  • TUN/TAP设备
  • 负载均衡
  • 路由控制
  • 动态配置
  • Prometheus Metrics
  • Web API
  • Web UI

下载安装

二进制文件

https://github.com/go-gost/gost/releases

源码编译

git clone https://github.com/go-gost/gost.git
cd gost/cmd/gost
go build

Docker

docker pull gogost/gost

Shadowsocks Android插件

xausky/ShadowsocksGostPlugin

问题建议

提交Issue: https://github.com/go-gost/gost/issues

Telegram讨论群: https://t.me/gogost

Google讨论组: https://groups.google.com/d/forum/go-gost

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