Skip to content

Commit dd2ad7b

Browse files
authored
docs: update common.md for alist-proxy worker usage (#356)
1 parent 28a7483 commit dd2ad7b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/guide/drivers/common.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ You can use `cloudflare workers` for proxy, just fill in the `cloudflare workers
100100
The workers code can be found at https://github.com/alist-org/alist-proxy/blob/main/alist-proxy.js. in:
101101

102102
- ADDRESS: your Alist address, The protocol header must be added, and cannot be followed by /. Such as `https://pan.nn.ci`;
103-
- TOKEN: you can get in `Other settings` in your Alist manage page.
103+
- TOKEN: you can get in `Other settings` in your Alist manage page;
104+
- WORKER_ADDRESS: your worker address, which should normally be same as **Download proxy URL**.
104105

105106
:warning: Cloudflare Workers free CDN only supports (regardless of domestic or foreign) **http80 port** and **https443 port**, from group friend test
106107

docs/zh/guide/drivers/common.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ flowchart LR
9696
Workers 代码可以在 https://github.com/alist-org/alist-proxy/blob/main/alist-proxy.js 找到,实际使用时需要替换其中的这两个变量:
9797

9898
- ADDRESS: 你的 AList 地址,必须加上协议头,后面不能跟 `/`。如 `https://pan.nn.ci`
99-
- TOKEN: 在 AList 管理页面中进入“其他设置”得到。
99+
- TOKEN: 在 AList 管理页面中进入“其他设置”得到;
100+
- WORKER_ADDRESS: 你的 Worker 地址,通常与 **下载代理URL** 相同。
100101

101102
:warning: Cloudflare Workers 免费CDN支持兼容(不论国内还是国外)的只有 **http80端口****https443端口**,来自群友测试
102103

0 commit comments

Comments
 (0)