netptop/siteproxy

reverse proxy, online proxy, 反向代理,免翻墙访问Youtube/twitter/Google, 支持github和telegram web登录(请注意不要通过不信任的代理进行登录)。支持DuckDuckGo AI Chat

View on GitHub ↗Jump to charts ↓

Data as of . Signed-in members get hourly updates — create a free account.

Summary Information

Updated 49 minutes ago
Added to GitGenius on September 21st, 2026
Created on February 15th, 2020
Open Issues & Pull Requests: 74 (+0)
GitHub issues: Enabled
Number of forks: 1,444
Total Stargazers: 3,163 (+0)
Total Subscribers: 39 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 24.0 days
Mean response time: 70.3 days
90th percentile: 169.2 days
Tracked items: 34

How this project is maintained

100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Three people close 69% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 30
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 582 days
Stale 30+ days: 30
Stale 90+ days: 30

Recent activity

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

Top labels

No label distribution available yet.

Most active issues this week

Sign in to see which issues are moving.
Sign in

Detailed Description

SiteProxy is a reverse proxy tool that enables access to blocked websites and services through a web interface without requiring client configuration or software installation.

The tool solves the problem of accessing geographically restricted or censored content by intercepting and forwarding web requests through its own servers. It uses the Hono framework for request handling and supports deployment on Cloudflare Workers for distributed performance. The proxy transparently handles HTTP requests and responses, allowing users to browse restricted sites by simply visiting the proxy URL. It incorporates RSA and AES encryption to protect login credentials during authentication and supports login via GitHub and Telegram Web to reduce phishing risks.

SiteProxy suits users who need straightforward access to blocked websites without technical configuration. It works well for those deploying on VPS, Docker, or Cloudflare infrastructure. The tool includes integrated access to DuckDuckGo AI Chat with free access to multiple language models. Password protection restricts access to authorized users only. The README notes that Cloudflare deployment may limit access to some websites due to IP restrictions imposed by target sites, and recommends DuckDuckGo for searches rather than Google, which has added anti-bot mechanisms.

The project shows active development with recent updates to core infrastructure, replacing Express with Hono to improve performance. Code obfuscation was introduced in version 2.x to mitigate phishing risks given the tool's support for multiple login methods. The tool maintains clear deployment documentation for both Cloudflare Pages and traditional VPS environments, with configuration files and build scripts actively maintained.