- 感谢:https://linux.do/t/topic/278306 源代码
- 感谢:https://github.com/Nshpiter/api-proxy 添加验证、UI
- 感谢 https://deno.land 提供免费托管服务

- MacOS/Linux: curl -fsSL https://deno.land/install.sh | sh
- Windows: irm https://deno.land/install.ps1 | iex
PROXY_DOMAIN= PROXY_PASSWORD= PROXY_PORT= AVATAR_URL="" Background_URL="" deno run --allow-net --allow-env main.ts
- fork本仓库
- 来到 https://dash.deno.com ,选择github-newproject,选择fork的仓库
- 填写内容:
属性 | 填写值 |
---|---|
Framework Preset | Unknown |
Install Step | |
Build Step | |
Root directory | / |
Include files | * |
Exclude files | *.md |
Entrypoint | main.ts |
- 添加变量,如下图:

deploy