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:
parent
499b53e9ed
commit
37587bdc7e
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ namespace Jackett.Models.Config
|
|||
public ServerConfig()
|
||||
{
|
||||
Port = 9117;
|
||||
AllowExternal = System.Environment.OSVersion.Platform == PlatformID.Unix;
|
||||
}
|
||||
|
||||
public int Port { get; set; }
|
||||
|
|
Loading…
Reference in a new issue