From bd2c74fe9050a23a908b1926cead9aa12f960caa Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sun, 9 Aug 2020 14:49:33 -0700 Subject: [PATCH] Remove UDP 7 and add UDP 47009 for WoL --- app/backend/nvcomputer.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/backend/nvcomputer.cpp b/app/backend/nvcomputer.cpp index 6191cdb1..3c0ffc8b 100644 --- a/app/backend/nvcomputer.cpp +++ b/app/backend/nvcomputer.cpp @@ -157,8 +157,9 @@ bool NvComputer::wake() } const quint16 WOL_PORTS[] = { - 7, 9, // Standard WOL ports + 9, // Standard WOL port (privileged port) 47998, 47999, 48000, 48002, 48010, // Ports opened by GFE + 47009, // Port opened by Moonlight Internet Hosting Tool for WoL (non-privileged port) }; // Create the WoL payload