ShadowFetch Deno

一个注重隐私的请求代理工具,基于Deno部署

使用方法

ShadowFetch是一个隐私代理工具,可以帮助您在发送HTTP请求时保护隐私,避免泄露不必要的用户信息。

使用以下格式的URL发送请求:

https://[domain]/auth_token/[protocol]://[target_domain]/[path]?[query]

其中:

示例

以[domain]: linuxdo.com, [auto_token]: neo 为例:

1. 代理普通HTTP请求

curl "https://linuxdo.com/neo/https://api.github.com"

2. 代理Gemini API请求

curl "https://linuxdo.com/neo/https://generativelanguage.googleapis.com/v1beta/models/gemini-1.5-flash:generateContent?key=YOUR_API_KEY" -H "Content-Type: application/json" -X POST -d '{
  "contents": [{
    "parts":[{"text": "hello"}]
  }]
}'

3. Cherry Studio 客户端API地址填写示例

https://linuxdo.com/neo/https://generativelanguage.googleapis.com

特性