This commit is contained in:
pcjones
2024-04-15 03:17:14 +02:00
parent 43717d5fc4
commit 45bc7baa4a

View File

@@ -50,6 +50,7 @@ namespace UmlautAdaptarr.Services
var targetInfo = ParseTargetInfo(requestString); var targetInfo = ParseTargetInfo(requestString);
if (targetInfo.host != "prowlarr.servarr.com") if (targetInfo.host != "prowlarr.servarr.com")
{ {
// TODO check why this is not logging in docker
_logger.LogWarning($"Indexer {targetInfo.host} needs to be set to http:// instead of https://"); _logger.LogWarning($"Indexer {targetInfo.host} needs to be set to http:// instead of https://");
} }
using var targetSocket = new Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp); using var targetSocket = new Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp);