feat(cloudflare): 支持管理员创建临时邮箱
This commit is contained in:
+4
-4
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"duckmail_api_key": "",
|
||||
"cloudflare_api_base": "https://cloudflare.pages.dev",
|
||||
"cloudflare_api_key": "",
|
||||
"cloudflare_auth_mode": "none",
|
||||
"cloudflare_api_base": "https://temp-mail.example.com",
|
||||
"cloudflare_api_key": "your-admin-password",
|
||||
"cloudflare_auth_mode": "x-admin-auth",
|
||||
"cloudflare_path_domains": "/api/domains",
|
||||
"cloudflare_path_accounts": "/api/new_address",
|
||||
"cloudflare_path_accounts": "/admin/new_address",
|
||||
"cloudflare_path_token": "/api/token",
|
||||
"cloudflare_path_messages": "/api/mails",
|
||||
"proxy": "",
|
||||
|
||||
Reference in New Issue
Block a user