mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 06:01:12 +00:00
Remove UDP 7 and add UDP 47009 for WoL
This commit is contained in:
@@ -157,8 +157,9 @@ bool NvComputer::wake()
|
|||||||
}
|
}
|
||||||
|
|
||||||
const quint16 WOL_PORTS[] = {
|
const quint16 WOL_PORTS[] = {
|
||||||
7, 9, // Standard WOL ports
|
9, // Standard WOL port (privileged port)
|
||||||
47998, 47999, 48000, 48002, 48010, // Ports opened by GFE
|
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
|
// Create the WoL payload
|
||||||
|
|||||||
Reference in New Issue
Block a user