mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-13 15:34:07 +02:00

Really hope I don't break anything with this Went to have a go at .NET core and it just became too confusing for me with 'Jackett' namespace referring to both Jackett.Common and Jackett
8 lines
169 B
C#
8 lines
169 B
C#
namespace CurlSharp
|
|
{
|
|
public class SSLFix
|
|
{
|
|
public const string CipherList = "rsa_aes_128_sha,ecdhe_rsa_aes_256_sha,ecdhe_ecdsa_aes_128_sha";
|
|
}
|
|
}
|