This repository was archived by the owner on Apr 22, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathgui_config.example.json
More file actions
112 lines (105 loc) · 3.19 KB
/
Copy pathgui_config.example.json
File metadata and controls
112 lines (105 loc) · 3.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"_note": "示例配置(请复制为 gui_config.json 后再改为你的真实值)",
"num_accounts": 20,
"num_files": 3,
"concurrency": 3,
"sleep_min": 1,
"sleep_max": 3,
"fast_mode": true,
"retry_403_wait_sec": 10,
"proxy": "http://127.0.0.1:7890",
"flclash_enable_switch": false,
"flclash_controller": "127.0.0.1:9090",
"flclash_secret": "",
"flclash_group": "PROXY",
"flclash_switch_policy": "round_robin",
"flclash_switch_wait_sec": 1.2,
"flclash_rotate_every": 3,
"flclash_delay_test_url": "https://www.gstatic.com/generate_204",
"flclash_delay_timeout_ms": 4000,
"flclash_delay_max_ms": 1800,
"flclash_delay_retry": 1,
"remote_test_concurrency": 4,
"remote_test_ssl_retry": 2,
"remote_revive_concurrency": 4,
"remote_refresh_concurrency": 4,
"mail_delete_concurrency": 4,
"worker_domain": "",
"mail_domains": "",
"freemail_username": "",
"freemail_password": "",
"cf_temp_base_url": "",
"cf_temp_mail_domains": "",
"cf_api_token": "",
"cf_account_id": "",
"cf_worker_script": "mailfree",
"cf_worker_mail_domain_binding": "MAIL_DOMAIN",
"cf_dns_target_domain": "",
"cf_temp_admin_auth": "",
"cloudmail_api_url": "",
"cloudmail_admin_email": "",
"cloudmail_admin_password": "",
"mail_curl_api_base": "",
"mail_curl_key": "",
"luckyous_api_base": "https://mails.luckyous.com",
"luckyous_api_key": "",
"luckyous_project_code": "",
"luckyous_email_type": "ms_graph",
"luckyous_domain": "",
"luckyous_variant_mode": "",
"luckyous_specified_email": "",
"mail_service_provider": "mailfree",
"graph_accounts_mode": "file",
"graph_accounts_file": "",
"graph_api_base_url": "",
"graph_api_token": "",
"graph_tenant": "common",
"graph_fetch_mode": "graph_api",
"graph_pre_refresh_before_run": true,
"gmail_imap_user": "",
"gmail_imap_pass": "",
"gmail_alias_emails": "",
"gmail_imap_server": "imap.gmail.com",
"gmail_imap_port": 993,
"gmail_alias_tag_len": 8,
"gmail_alias_mix_googlemail": true,
"cf_routing_api_token": "",
"cf_routing_zone_id": "",
"cf_routing_domain": "",
"cf_routing_cleanup": true,
"gmail_api_client_id": "",
"gmail_api_client_secret": "",
"gmail_api_refresh_token": "",
"gmail_api_user": "",
"hero_sms_enabled": false,
"hero_sms_api_key": "",
"hero_sms_service": "",
"hero_sms_country": "US",
"hero_sms_max_price": 2.0,
"hero_sms_reuse_phone": false,
"hero_sms_auto_pick_country": false,
"mail_domain_allowlist": [],
"mail_domain_error_counts": {},
"mail_domain_registered_counts": {},
"json_file_notes": {},
"local_cpa_test_state": {},
"mailfree_random_domain": true,
"mailbox_custom_enabled": false,
"mailbox_prefix": "",
"mailbox_random_len": 0,
"openai_ssl_verify": true,
"skip_net_check": false,
"register_random_fingerprint": true,
"accounts_sync_api_url": "",
"accounts_sync_bearer_token": "",
"accounts_list_api_base": "",
"remote_account_provider": "sub2api",
"cliproxy_api_base": "",
"cliproxy_management_key": "",
"accounts_list_page_size": 10,
"accounts_list_fetch_workers": 4,
"accounts_list_ssl_retry": 3,
"accounts_list_ssl_retry_wait_sec": 0.8,
"accounts_list_timezone": "Asia/Shanghai",
"codex_export_dir": ""
}