Proxy Type Key

This commit is contained in:
Yuvi9587 2025-12-24 09:26:04 +05:30
parent 5a8c151c97
commit cb8dd3b7f3

View File

@ -75,6 +75,7 @@ PROXY_HOST_KEY = "proxy/host"
PROXY_PORT_KEY = "proxy/port" PROXY_PORT_KEY = "proxy/port"
PROXY_USERNAME_KEY = "proxy/username" PROXY_USERNAME_KEY = "proxy/username"
PROXY_PASSWORD_KEY = "proxy/password" PROXY_PASSWORD_KEY = "proxy/password"
PROXY_TYPE_KEY = "proxy_type"
# --- UI Constants and Identifiers --- # --- UI Constants and Identifiers ---
HTML_PREFIX = "<!HTML!>" HTML_PREFIX = "<!HTML!>"