+
Skip to content

SianHH/gost

Repository files navigation

Changelog

  • 添加hy2协议(客户端和服务端无协商速率方案,固定发包速率或使用BBR)

服务端

./gost -L relay+hy2://:11111?tx=100mbps
# 100mbps为服务端向客户端发送的最大速率

客户端

./gost -L socks5://:1080 -F relay+hy2://www.example.com:11111?tx=30mbps
# 30mbps为客户端向服务端发送的最大速率

可以使用obfs混淆流量特征

# 服务端
./gost -L "relay+hy2://:11111?tx=100mbps&obfs=123123123"
# 客户端
./gost -L socks5://:1080 -F "relay+hy2://www.example.com:11111?tx=30mbps&obfs=123123123"

# obfs参数长度最短为4,服务端和客户端必须使用相同的值才能正常连接

GO Simple Tunnel

GO语言实现的安全隧道

zh en

功能特性

概览

Overview

GOST作为隧道有三种主要使用方式。

正向代理

作为代理服务访问网络,可以组合使用多种协议组成转发链进行转发。

Proxy

端口转发

将一个服务的端口映射到另外一个服务的端口,同样可以组合使用多种协议组成转发链进行转发。

Forward

反向代理

利用隧道和内网穿透将内网服务暴露到公网访问。

Reverse Proxy

下载安装

二进制文件

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

go-gost/gostctl

WebUI

go-gost/gost-ui

Shadowsocks Android插件

xausky/ShadowsocksGostPlugin

帮助与支持

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

点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载