From 2c0e8a0ddfe5ba859c3d957f938911d315a6f3b7 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sun, 19 May 2019 13:36:05 -0700 Subject: [PATCH] Send WoL packet to 48002 and 48010 to workaround ISP blocking of 7 and 9 --- app/backend/nvcomputer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/backend/nvcomputer.cpp b/app/backend/nvcomputer.cpp index 9699dd4b..815bdbdf 100644 --- a/app/backend/nvcomputer.cpp +++ b/app/backend/nvcomputer.cpp @@ -156,7 +156,7 @@ bool NvComputer::wake() const quint16 WOL_PORTS[] = { 7, 9, // Standard WOL ports - 47998, 47999, 48000, // Ports opened by GFE + 47998, 47999, 48000, 48002, 48010, // Ports opened by GFE }; // Create the WoL payload