diff --git a/tests/Tgstation.Server.Tests/Live/TestLiveServer.cs b/tests/Tgstation.Server.Tests/Live/TestLiveServer.cs index d745eddbcb..0a4b956cc8 100644 --- a/tests/Tgstation.Server.Tests/Live/TestLiveServer.cs +++ b/tests/Tgstation.Server.Tests/Live/TestLiveServer.cs @@ -154,7 +154,7 @@ namespace Tgstation.Server.Tests.Live { do { - var l = new TcpListener(IPAddress.Loopback, 0); + var l = new TcpListener(IPAddress.Any, 0); l.Start(); try {