ipv6 update

This commit is contained in:
Luke Pulverenti
2016-03-25 01:39:49 -04:00
parent 1a72e3b596
commit 22730746eb
3 changed files with 23 additions and 1 deletions

View File

@@ -70,7 +70,9 @@ namespace MediaBrowser.Server.Implementations.Connect
LogErrors = logErrors,
// Seeing block length errors with our server
EnableHttpCompression = false
EnableHttpCompression = false,
PreferIpv4 = true
}).ConfigureAwait(false))
{