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