Send WoL packet to 48002 and 48010 to workaround ISP blocking of 7 and 9
This commit is contained in:
parent
4c17f32a2e
commit
2c0e8a0ddf
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue