This commit is contained in:
Kayomani
2015-07-20 22:08:05 +01:00
parent 52fd3e67a4
commit a908b2b691
17 changed files with 430 additions and 52 deletions

View File

@@ -17,6 +17,7 @@ namespace Jackett.Models.Config
public int Port { get; set; }
public bool AllowExternal { get; set; }
public string APIKey { get; set; }
public string AdminPassword { get; set; }
public string GetListenAddress(bool? external = null)
{