samsesh / gost

GO Simple Tunnel - a simple tunnel written in golang

Home Page:https://gost.run

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GO Simple Tunnel

GO语言实现的安全隧道

English README

功能特性

Wiki站点:https://gost.run

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

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

旧版入口:v2.gost.run

下载安装

二进制文件

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/samsesh/gost/raw/master/install.sh) --install
# 选择要安装的版本
bash <(curl -fsSL https://github.com/samsesh/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

Shadowsocks Android插件

xausky/ShadowsocksGostPlugin

About

GO Simple Tunnel - a simple tunnel written in golang

https://gost.run

License:MIT License


Languages

Language:Go 82.0%Language:Makefile 9.6%Language:Shell 7.0%Language:Dockerfile 1.4%