白名单 ok

This commit is contained in:
yml2213
2026-06-22 11:29:22 +08:00
parent 66b03a7d89
commit 4c924375aa
5 changed files with 544 additions and 2 deletions
+4
View File
@@ -26,6 +26,10 @@ class ProxyConfig:
api_url: str = ""
http: str = ""
https: str = ""
# 白名单配置
whitelist_enabled: bool = False # 是否启用白名单自动管理
whitelist_uid: str = "" # 协固用户ID
whitelist_ukey: str = "" # 协固用户密钥
class Config: