Put ProxyConnection back into Startup.cs

This commit is contained in:
twistedpear 2015-12-28 09:53:59 -05:00
parent f67381d0ac
commit f7efd83e09
1 changed files with 6 additions and 0 deletions

View File

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