mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
libcurl: enable Proxy for HTTPS
This commit is contained in:
@@ -155,8 +155,9 @@ namespace Jackett
|
||||
|
||||
if (Startup.ProxyConnection != null)
|
||||
{
|
||||
easy.SetOpt(CurlOption.HttpProxyTunnel, 1);
|
||||
easy.SetOpt(CurlOption.Proxy, Startup.ProxyConnection);
|
||||
}
|
||||
}
|
||||
|
||||
easy.Perform();
|
||||
|
||||
|
Reference in New Issue
Block a user