mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-18 14:40:56 +00:00
Send WoL packet to 48002 and 48010 to workaround ISP blocking of 7 and 9
This commit is contained in:
@@ -156,7 +156,7 @@ bool NvComputer::wake()
|
|||||||
|
|
||||||
const quint16 WOL_PORTS[] = {
|
const quint16 WOL_PORTS[] = {
|
||||||
7, 9, // Standard 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
|
// Create the WoL payload
|
||||||
|
|||||||
Reference in New Issue
Block a user