fix: keep mail and CPA traffic direct

This commit is contained in:
mmc
2026-03-19 11:44:39 +08:00
parent e312a62b08
commit fdada7c8db
5 changed files with 48 additions and 17 deletions

View File

@@ -22,6 +22,8 @@
作用:注册 OpenAI 时使用的固定代理。
注意:这个代理只用于 OpenAI 注册流程;邮箱服务接口默认直连,不使用代理。
常见填写示例:
```json
@@ -95,6 +97,28 @@
}
```
当前建议DuckMail 直连,不要走 OpenAI 的代理;否则在当前环境下可能出现 `502 Bad Gateway`
如果你填写了 `domain`,程序会固定使用这个域名创建邮箱,不会再随机选择其他 DuckMail 域名。
例如:
```json
"duckmail": {
"api_base": "https://api.duckmail.sbs",
"bearer_token": "your_duckmail_token",
"domain": "cursors.online"
}
```
实际创建出来的邮箱会像:
```text
ocxxxxxxx@cursors.online
```
也就是说,前缀是程序随机生成的,但域名会固定用你填写的 `cursors.online`
### `moemail`
如果你有 MoeMail 服务: