fix: keep mail and CPA traffic direct
This commit is contained in:
@@ -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 服务:
|
||||
|
||||
Reference in New Issue
Block a user