Run a local control panel to manage proxy connections that route around network filtering.
Use the SNI trick to reach a blocked site while appearing to connect to an allowed hostname.
Import subscription feeds and test proxy connection speeds from a built-in library.
Deploy the Google Tunnel feature to disguise traffic as ordinary Google communication.
| macan-dev/easysni | saiyam1814/kiac | asymptote-labs/agent-beacon | |
|---|---|---|---|
| Stars | 45 | 45 | 44 |
| Language | Go | Go | Go |
| Setup difficulty | easy | moderate | hard |
| Complexity | 3/5 | 3/5 | 4/5 |
| Audience | general | ops devops | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Ships as a single executable for Windows, macOS, and Linux with no installation required.
EasySNI (published under the name V2RayEz) is a desktop tool that helps users get around internet censorship systems. It is a single executable file that opens a control panel in your browser when you run it. From that panel, you can manage several methods for routing your internet traffic past filters. The README is available in both English and Persian. The core problem it solves is something called DPI blocking, where network filters read information in your internet connection to identify and block certain websites. V2RayEz works around this by manipulating a piece of that connection data called the SNI, which is a hostname sent in plain text during the setup of an encrypted connection. The tool connects to the real destination but writes a different, permitted hostname into that field so the filter sees an allowed address. Beyond the SNI trick, the app also includes support for running two widely-used proxy engines called xray and sing-box. These can operate either as a SOCKS5 proxy (which specific apps can be configured to use) or as a full system-level VPN that routes all traffic. A built-in configuration library lets you store and manage proxy connection details, import subscription feeds, and run speed tests. A more advanced feature called the Google Tunnel routes your traffic through a Google Apps Script you deploy yourself, plus a Cloudflare Worker, so that from the network's perspective the traffic looks like ordinary communication with Google. The app is written in Go and ships as a single file for Windows, macOS, and Linux. No installation is required beyond downloading and running it. The README notes it is intended for education, testing, and research, and that users are responsible for compliance with their local laws.
A desktop tool that helps bypass internet censorship by disguising blocked website connections as allowed ones.
Mainly Go. The stack also includes Go, xray, sing-box.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.