Skip to content

Commit

Permalink
README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
netptop committed Jun 14, 2024
1 parent 9af06c4 commit df5707a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Siteproxy 2.0 使用了service worker, 使得代理更加稳定, 可以代理了的网站更多。
同时使用hono替代express,速度提高4倍。 支持cloudflare worker部署。
反向代理, 免翻墙访问youtube/google, 支持github和telegram web登录(请注意不要通过不信任的代理登录)。
支持duckduckgo AI Chat(可免费使用gpt3.5和claude3)。
纯web页面的在线代理, 客户端无需任何配置,反向代理到internet。

```
Expand Down Expand Up @@ -33,6 +34,7 @@ user browser +-------------->+ siteproxy +-------> wikipedia
### 特点
- 使用hono替代express,速度提高4倍。
- 支持cloudflare worker部署。
- 支持duckduckgo AI Chat(可免费使用gpt3.5和claude3)。
- 支持密码控制代理,知道密码才能访问代理。
- 不需要客户端的任何配置,访问代理网址即可访问全世界。
- 支持github和telegram web登录。
Expand Down
3 changes: 3 additions & 0 deletions README_english.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<br>
Siteproxy 2.0 uses a service worker to make the proxy more stable, enabling it to support a wider range of websites. It replaces Express with Hono, which increases the speed by four times. It supports deployment on Cloudflare Workers. This reverse proxy allows for the access to YouTube/Google without the need for a VPN, and supports login for GitHub and Telegram web (please be cautious not to log in through untrusted proxies). It's a purely web-based online proxy that requires no configuration on the client's side, acting as a reverse proxy to the internet.
<br>
Supports duckduckgo AI Chat(can access gpt3.5 and claude3 for free).
<br>
Please do not use this project for illegal purposes, or you will bear the consequences.
<br>
Note: To reduce the risk of phishing, the code of siteproxy 2.0 is obfuscated, and the modification of the default homepage URL is prohibited.
Expand All @@ -18,6 +20,7 @@ Note: To reduce the risk of phishing, the code of siteproxy 2.0 is obfuscated, a
- Replaces Express with Hono, improving speed by four times.
- Supports deployment on Cloudflare Workers.
- Supports password-controlled access to the proxy; only those with the password can access the proxy.
- Supports duckduckgo AI Chat(can access gpt3.5 and claude3 for free).
- No configuration is required on the client side; simply access the proxy URL to reach the entire world.
- Supports login for GitHub and Telegram web.
- Uses RSA+AES encryption to protect user login passwords to reduce the risk of man-in-the-middle attacks.
Expand Down

0 comments on commit df5707a

Please sign in to comment.