{"id":13466037,"url":"https://github.com/go-gost/gost","last_synced_at":"2025-05-14T00:06:54.728Z","repository":{"id":37813457,"uuid":"240039769","full_name":"go-gost/gost","owner":"go-gost","description":"GO Simple Tunnel - a simple tunnel written in golang","archived":false,"fork":false,"pushed_at":"2025-02-18T15:35:15.000Z","size":1093,"stargazers_count":4987,"open_issues_count":137,"forks_count":573,"subscribers_count":47,"default_branch":"master","last_synced_at":"2025-04-23T07:04:48.959Z","etag":null,"topics":["dns","dtls","go","golang","grpc","http","http2","http3","https","icmp-tunnel","kcp","quic","reverse-proxy","shadowsocks","socks4a","socks5","ssh","tunnel","tuntap","websocket"],"latest_commit_sha":null,"homepage":"https://gost.run","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/go-gost.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-02-12T14:58:08.000Z","updated_at":"2025-04-23T01:24:17.000Z","dependencies_parsed_at":"2024-11-07T04:18:30.181Z","dependency_job_id":"d676d954-6b64-42a3-82bf-e46465379696","html_url":"https://github.com/go-gost/gost","commit_stats":{"total_commits":390,"total_committers":9,"mean_commits":"43.333333333333336","dds":0.07948717948717954,"last_synced_commit":"1fa5067d1450c7d0c7c4bfb5cbddc7ddbb49f76c"},"previous_names":[],"tags_count":57,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gost%2Fgost","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gost%2Fgost/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gost%2Fgost/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gost%2Fgost/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-gost","download_url":"https://codeload.github.com/go-gost/gost/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254043611,"owners_count":22004978,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dns","dtls","go","golang","grpc","http","http2","http3","https","icmp-tunnel","kcp","quic","reverse-proxy","shadowsocks","socks4a","socks5","ssh","tunnel","tuntap","websocket"],"created_at":"2024-07-31T15:00:38.334Z","updated_at":"2025-05-14T00:06:54.704Z","avatar_url":"https://github.com/go-gost.png","language":"Go","funding_links":[],"categories":["Go","HarmonyOS","golang","内网穿透","网络信息服务"],"sub_categories":["Windows Manager","网络代理"],"readme":"# GO Simple Tunnel\n\n### GO语言实现的安全隧道\n\n[![zh](https://img.shields.io/badge/Chinese%20README-green)](README.md) [![en](https://img.shields.io/badge/English%20README-gray)](README_en.md)\n\n## 功能特性\n\n- [x] [多端口监听](https://gost.run/getting-started/quick-start/)\n- [x] [多级转发链](https://gost.run/concepts/chain/)\n- [x] [多协议支持](https://gost.run/tutorials/protocols/overview/)\n- [x] [TCP/UDP端口转发](https://gost.run/tutorials/port-forwarding/)\n- [x] [反向代理](https://gost.run/tutorials/reverse-proxy/)和[隧道](https://gost.run/tutorials/reverse-proxy-tunnel/)\n- [x] [TCP/UDP透明代理](https://gost.run/tutorials/redirect/)\n- [x] DNS[解析](https://gost.run/concepts/resolver/)和[代理](https://gost.run/tutorials/dns/)\n- [x] [TUN/TAP设备](https://gost.run/tutorials/tuntap/)\n- [x] [负载均衡](https://gost.run/concepts/selector/)\n- [x] [路由控制](https://gost.run/concepts/bypass/)\n- [x] [准入控制](https://gost.run/concepts/admission/)\n- [x] [限速限流](https://gost.run/concepts/limiter/)\n- [x] [插件系统](https://gost.run/concepts/plugin/)\n- [x] [Prometheus监控指标](https://gost.run/tutorials/metrics/)\n- [x] [动态配置](https://gost.run/tutorials/api/config/)\n- [x] [Web API](https://gost.run/tutorials/api/overview/)\n- [x] [GUI](https://github.com/go-gost/gostctl)/[WebUI](https://github.com/go-gost/gost-ui)\n\n## 概览\n\n![Overview](https://gost.run/images/overview.png)\n\nGOST作为隧道有三种主要使用方式。\n\n### 正向代理\n\n作为代理服务访问网络，可以组合使用多种协议组成转发链进行转发。\n\n![Proxy](https://gost.run/images/proxy.png)\n\n### 端口转发\n\n将一个服务的端口映射到另外一个服务的端口，同样可以组合使用多种协议组成转发链进行转发。\n\n![Forward](https://gost.run/images/forward.png)\n\n### 反向代理\n\n利用隧道和内网穿透将内网服务暴露到公网访问。\n\n![Reverse Proxy](https://gost.run/images/reverse-proxy.png)\n\n## 下载安装\n\n### 二进制文件\n\n[https://github.com/go-gost/gost/releases](https://github.com/go-gost/gost/releases)\n\n### 安装脚本\n\n```bash\n# 安装最新版本 [https://github.com/go-gost/gost/releases](https://github.com/go-gost/gost/releases)\nbash \u003c(curl -fsSL https://github.com/go-gost/gost/raw/master/install.sh) --install\n```\n```bash\n# 选择要安装的版本\nbash \u003c(curl -fsSL https://github.com/go-gost/gost/raw/master/install.sh)\n```\n\n### 源码编译\n\n```\ngit clone https://github.com/go-gost/gost.git\ncd gost/cmd/gost\ngo build\n```\n\n### Docker\n\n```\ndocker run --rm gogost/gost -V\n```\n\n## 工具\n\n### GUI\n\n[go-gost/gostctl](https://github.com/go-gost/gostctl)\n\n### WebUI\n\n[go-gost/gost-ui](https://github.com/go-gost/gost-ui)\n\n### Shadowsocks Android插件\n\n[xausky/ShadowsocksGostPlugin](https://github.com/xausky/ShadowsocksGostPlugin)\n\n## 帮助与支持\n\nWiki站点：[https://gost.run](https://gost.run)\n\nYouTube: [https://www.youtube.com/@gost-tunnel](https://www.youtube.com/@gost-tunnel)\n\nTelegram：[https://t.me/gogost](https://t.me/gogost)\n\nGoogle讨论组：[https://groups.google.com/d/forum/go-gost](https://groups.google.com/d/forum/go-gost)\n\n旧版入口：[v2.gost.run](https://v2.gost.run)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgo-gost%2Fgost","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgo-gost%2Fgost","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgo-gost%2Fgost/lists"}