go-gost/gost
Fork: 526 Star: 4365 (更新于 2024-11-27 11:20:04)
license: MIT
Language: Go .
GO Simple Tunnel - a simple tunnel written in golang
最后发布版本: v3.0.0-nightly.20241011 ( 2024-10-11 23:46:28)
GO Simple Tunnel
GO语言实现的安全隧道
功能特性
- 多端口监听
- 多级转发链
- 多协议支持
- TCP/UDP端口转发
- 反向代理和隧道
- TCP/UDP透明代理
- DNS解析和代理
- TUN/TAP设备
- 负载均衡
- 路由控制
- 准入控制
- 限速限流
- 插件系统
- Prometheus监控指标
- 动态配置
- Web API
- GUI/WebUI
概览
GOST作为隧道有三种主要使用方式。
正向代理
作为代理服务访问网络,可以组合使用多种协议组成转发链进行转发。
端口转发
将一个服务的端口映射到另外一个服务的端口,同样可以组合使用多种协议组成转发链进行转发。
反向代理
利用隧道和内网穿透将内网服务暴露到公网访问。
下载安装
二进制文件
https://github.com/go-gost/gost/releases
安装脚本
# 安装最新版本 [https://github.com/go-gost/gost/releases](https://github.com/go-gost/gost/releases)
bash <(curl -fsSL https://github.com/go-gost/gost/raw/master/install.sh) --install
# 选择要安装的版本
bash <(curl -fsSL https://github.com/go-gost/gost/raw/master/install.sh)
源码编译
git clone https://github.com/go-gost/gost.git
cd gost/cmd/gost
go build
Docker
docker run --rm gogost/gost -V
工具
GUI
WebUI
Shadowsocks Android插件
帮助与支持
Wiki站点:https://gost.run
YouTube: https://www.youtube.com/@gost-tunnel
Telegram:https://t.me/gogost
Google讨论组:https://groups.google.com/d/forum/go-gost
旧版入口:v2.gost.run
最近版本更新:(数据更新于 2024-10-13 21:59:15)
2024-10-11 23:46:28 v3.0.0-nightly.20241011
2024-10-10 23:46:47 v3.0.0-nightly.20241010
2024-10-02 23:47:34 v3.0.0-nightly.20241002
2024-08-06 23:45:21 v3.0.0-nightly.20240806
2024-08-01 23:47:53 v3.0.0-nightly.20240801
2024-07-31 23:48:21 v3.0.0-nightly.20240731
2024-07-19 23:48:24 v3.0.0-nightly.20240719
2024-07-15 23:49:27 v3.0.0-nightly.20240715
2024-07-11 23:47:44 v3.0.0-nightly.20240711
2024-04-26 23:19:43 v3.0.0-nightly.20240426
主题(topics):
dns, dtls, go, golang, grpc, http, http2, http3, https, icmp-tunnel, kcp, quic, reverse-proxy, shadowsocks, socks4a, socks5, ssh, tunnel, tuntap, websocket
go-gost/gost同语言 Go最近更新仓库
2024-12-21 20:15:12 SagerNet/sing-box
2024-12-21 13:49:37 navidrome/navidrome
2024-12-21 03:25:54 SpecterOps/BloodHound
2024-12-19 23:11:24 shadow1ng/fscan
2024-12-19 21:50:56 minio/minio
2024-12-19 10:04:39 istio/istio