mirror of
https://github.com/Jackett/Jackett.git
synced 2025-12-18 12:39:05 +01:00
#120 Linux defaults to allowing external access.
This commit is contained in:
@@ -12,6 +12,7 @@ namespace Jackett.Models.Config
|
||||
public ServerConfig()
|
||||
{
|
||||
Port = 9117;
|
||||
AllowExternal = System.Environment.OSVersion.Platform == PlatformID.Unix;
|
||||
}
|
||||
|
||||
public int Port { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user