diff --git a/config.py b/config.py index 15adcc5..69ae827 100644 --- a/config.py +++ b/config.py @@ -253,7 +253,7 @@ class Config: ) # Валидация - if proxy_protocol not in ["socks5", "https"]: + if proxy_protocol not in ["socks5", "https", "http"]: raise ConfigError( f"Формат прокси '{proxy_protocol}' не поддерживается. Укажите socks5 или https" )