Put ProxyConnection back into Startup.cs

This commit is contained in:
twistedpear
2015-12-28 09:53:59 -05:00
parent f67381d0ac
commit f7efd83e09

View File

@@ -40,6 +40,12 @@ namespace Jackett
set;
}
public static string ProxyConnection
{
get;
set;
}
public static bool? DoSSLFix
{
get;