|
|
@ -31,13 +31,13 @@ namespace NzbDrone.Host.AccessControl
|
|
|
|
{
|
|
|
|
{
|
|
|
|
if (!IsNzbDronePortOpen(_configFileProvider.Port))
|
|
|
|
if (!IsNzbDronePortOpen(_configFileProvider.Port))
|
|
|
|
{
|
|
|
|
{
|
|
|
|
_logger.Debug("Opening Port for NzbDrone: {0}", _configFileProvider.Port);
|
|
|
|
_logger.Debug("Opening Port for Lidarr: {0}", _configFileProvider.Port);
|
|
|
|
OpenFirewallPort(_configFileProvider.Port);
|
|
|
|
OpenFirewallPort(_configFileProvider.Port);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if (_configFileProvider.EnableSsl && !IsNzbDronePortOpen(_configFileProvider.SslPort))
|
|
|
|
if (_configFileProvider.EnableSsl && !IsNzbDronePortOpen(_configFileProvider.SslPort))
|
|
|
|
{
|
|
|
|
{
|
|
|
|
_logger.Debug("Opening SSL Port for NzbDrone: {0}", _configFileProvider.SslPort);
|
|
|
|
_logger.Debug("Opening SSL Port for Lidarr: {0}", _configFileProvider.SslPort);
|
|
|
|
OpenFirewallPort(_configFileProvider.SslPort);
|
|
|
|
OpenFirewallPort(_configFileProvider.SslPort);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -81,7 +81,7 @@ namespace NzbDrone.Host.AccessControl
|
|
|
|
}
|
|
|
|
}
|
|
|
|
catch (Exception ex)
|
|
|
|
catch (Exception ex)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
_logger.Warn(ex, "Failed to open port in firewall for NzbDrone " + portNumber);
|
|
|
|
_logger.Warn(ex, "Failed to open port in firewall for Lidarr " + portNumber);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|