白名单 ok
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user