From df5707ae27ae857cc480edfe39df134c81e7411b Mon Sep 17 00:00:00 2001 From: netptop Date: Fri, 14 Jun 2024 01:19:52 +0000 Subject: [PATCH] README updates --- README.md | 2 ++ README_english.md | 3 +++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 6f25b2d..e2afebe 100644 --- a/README.md +++ b/README.md @@ -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。 ``` @@ -33,6 +34,7 @@ user browser +-------------->+ siteproxy +-------> wikipedia ### 特点 - 使用hono替代express,速度提高4倍。 - 支持cloudflare worker部署。 +- 支持duckduckgo AI Chat(可免费使用gpt3.5和claude3)。 - 支持密码控制代理,知道密码才能访问代理。 - 不需要客户端的任何配置,访问代理网址即可访问全世界。 - 支持github和telegram web登录。 diff --git a/README_english.md b/README_english.md index 7fc5660..e96d55f 100644 --- a/README_english.md +++ b/README_english.md @@ -2,6 +2,8 @@
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.
+Supports duckduckgo AI Chat(can access gpt3.5 and claude3 for free). +
Please do not use this project for illegal purposes, or you will bear the consequences.
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. @@ -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.