https://github.com/censortracker/proxy
A lightweight client that integrates with the Censor Tracker browser extension to enable the use of Xray's proxies directly from your browser.
https://github.com/censortracker/proxy
censorship-circumvention censorship-resistance censortracker project-x proxy proxy-server shadowsocks socks5 trojan vless vmess windows xray
Last synced: 3 months ago
JSON representation
A lightweight client that integrates with the Censor Tracker browser extension to enable the use of Xray's proxies directly from your browser.
- Host: GitHub
- URL: https://github.com/censortracker/proxy
- Owner: censortracker
- License: mit
- Created: 2025-01-09T13:01:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-02T22:59:54.000Z (over 1 year ago)
- Last Synced: 2025-10-11T03:31:47.086Z (8 months ago)
- Topics: censorship-circumvention, censorship-resistance, censortracker, project-x, proxy, proxy-server, shadowsocks, socks5, trojan, vless, vmess, windows, xray
- Language: C++
- Homepage: http://censortracker.app/
- Size: 31.9 MB
- Stars: 12
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Censor Tracker Proxy
**Censor Tracker Proxy** is a lightweight client that integrates with the [Censor Tracker](https://github.com/censortracker) browser extension to enable the use of Xray's proxies
([Vless](https://xtls.github.io/en/config/outbounds/vless.html), [Vmess](https://xtls.github.io/en/config/outbounds/vmess.html), [Shadowsocks](https://xtls.github.io/en/config/outbounds/shadowsocks.html), and [Trojan](https://trojan-gfw.github.io/trojan/protocol)) directly from your browser.
It allows users to configure proxy for various Xray's proxies protocols and establishes a local [SOCKS5](https://en.wikipedia.org/wiki/SOCKS) proxy server as an intermediary between the browser and the designated remote proxy servers. The browser routes its traffic through this local proxy, which then securely forwards requests to the actual proxy servers.
Key Features:
- ⚡ Seamless integration with the Censor Tracker extension
- 🌍 Support for multiple proxy protocols (`VLESS`, `VMess`, `Shadowsocks` and `Trojan`)
- 🔒 Reliable and efficient browsing experience
- 🔗 Local API support, enabling integration with other software and tools
## Installation
> [!IMPORTANT]
> Censor Tracker Proxy is currently available only for Windows. We plan to add support for macOS and Linux in future releases.
You can download the latest version for your operating system from the [Releases](https://github.com/censortracker/proxy/releases) page.
## Usage
Once running, the proxy operates as a local `SOCKS5` server and can be configured in the Censor Tracker extension settings. You can also integrate it with external software using the provided API of the local web server.
## API Documentation
See [OpenAPI specification](https://github.com/censortracker/proxy/blob/main/proxyserver/openapi_en.yaml) for more details.
## Contributions
Contributions are welcome! Feel free to fork this repository, submit issues, and open pull requests.