File size: 757 Bytes
5952dec
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# 服务端口
PORT=3010

# 日志格式 (tiny, combined, common, dev, short)
MORGAN_FORMAT=tiny

# API Key与Cookie映射关系 (JSON格式)
# 格式: {"自定义API Key": "Cookie值"} 或 {"自定义API Key": ["Cookie值1", "Cookie值2"]}
API_KEYS={"sk-123":[]}

# 轮询策略 (random 或 round-robin 或 default)
ROTATION_STRATEGY=default

# 是否使用TLS代理 (true 或 false)
USE_TLS_PROXY=true

# 是否使用辅助代理服务器 (true 或 false)
USE_OTHERS_PROXY=true

# 代理服务器平台
# 可选值: auto, windows_x64, linux_x64, android_arm64
# auto: 自动检测平台
# windows_x64: Windows 64位
# linux_x64: Linux 64位
# android_arm64: 安卓ARM 64位
PROXY_PLATFORM=auto

# 是否使用其它接口 (true 或 false)
USE_OTHERS=true