1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2024-12-23 08:17:25 +00:00

#120 Linux defaults to allowing external access.

This commit is contained in:
KZ 2015-07-28 20:29:05 +01:00
parent 499b53e9ed
commit 37587bdc7e

View file

@ -12,6 +12,7 @@ namespace Jackett.Models.Config
public ServerConfig()
{
Port = 9117;
AllowExternal = System.Environment.OSVersion.Platform == PlatformID.Unix;
}
public int Port { get; set; }