diff --git a/TeleBot/TeleBot/Http/Socks5HttpHandler.cs b/TeleBot/TeleBot/Http/Socks5HttpHandler.cs index 6b1dfdb..23619a3 100644 --- a/TeleBot/TeleBot/Http/Socks5HttpHandler.cs +++ b/TeleBot/TeleBot/Http/Socks5HttpHandler.cs @@ -36,7 +36,6 @@ namespace TeleBot.Http }, UseProxy = true, AllowAutoRedirect = false, // Prevent redirect-based deanonymization - MaxAutomaticRedirections = 0, PooledConnectionLifetime = TimeSpan.FromMinutes(5), // Rotate circuits PooledConnectionIdleTimeout = TimeSpan.FromMinutes(2) };