mirror of
https://github.com/moonlight-stream/Internet-Hosting-Tool.git
synced 2025-07-01 15:26:54 +00:00
Open UDP 47009 for WoL
It may work where UDP 9 fails because it's an unprivileged port
This commit is contained in:
parent
e4a4d42ece
commit
659d3aea23
@ -53,7 +53,7 @@ static struct port_entry {
|
||||
{IPPROTO_UDP, 48010}
|
||||
};
|
||||
|
||||
static const int k_WolPorts[] = { 9 };
|
||||
static const int k_WolPorts[] = { 9, 47009 };
|
||||
|
||||
bool UPnPMapPort(struct UPNPUrls* urls, struct IGDdatas* data, int proto, const char* myAddr, int port, bool enable, bool indefinite)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user