go-gost/gost

GO Simple Tunnel - a simple tunnel written in golang

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 36 minutes ago
Added to GitGenius on September 8th, 2026
Created on February 12th, 2020
Open Issues & Pull Requests: 101 (+0)
GitHub issues: Enabled
Number of forks: 823
Total Stargazers: 7,441 (+0)
Total Subscribers: 50 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.0 days
Mean response time: 119.9 days
90th percentile: 416.5 days
Tracked items: 352

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "feature" is answered fastest, typically in about 3 days, while "documentation" waits about 7 months. Only 8% of issues opened in the past year have been closed. Three people close 68% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 81
New in 7 days: 2
Closed in 7 days: 0
Avg open age: 556 days
Stale 30+ days: 74
Stale 90+ days: 39

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 1
Events in 7 days: 3

Top labels

  • help wanted (26)
  • question (21)
  • enhancement (17)
  • feature (16)
  • invalid (14)
  • NeedsInvestigation (13)
  • documentation (13)
  • Proposal (12)

Most active issues this week

Detailed Description

GOST is a tunnel and proxy tool written in Go that supports multiple protocols and forwarding chains for secure network communication.

GOST addresses the need for flexible network tunneling and proxying by implementing a multi-protocol architecture that allows chaining different protocols together. It works by accepting connections on multiple ports and forwarding traffic through configurable chains that can combine protocols like SOCKS5, HTTP, HTTPS, SSH, QUIC, KCP, WebSocket, and others. The tool supports three primary usage patterns: forward proxying for accessing networks through proxy chains, port forwarding to map services between different endpoints, and reverse proxying with tunneling for exposing internal services to public networks.

Developers should choose GOST if they need flexible protocol composition for tunneling scenarios. It suits projects requiring transparent proxy capabilities, DNS resolution and proxying, TUN/TAP device integration, or load balancing across multiple routes. The tool includes traffic control features like rate limiting and flow control, admission control for access management, and routing control with bypass rules. It also provides operational features such as Prometheus metrics, dynamic configuration through Web API, and both GUI and WebUI management interfaces. The plugin system allows extending functionality for specific use cases.

The project maintains active development with regular updates to its core tunneling and protocol support. Documentation is comprehensive and available through an extensive wiki. The tool is distributed as precompiled binaries, Docker images, and source code, making it accessible across different deployment scenarios. Community support is organized through multiple channels including discussion forums and messaging platforms.