mirror of
https://github.com/moonlight-stream/Internet-Hosting-Tool.git
synced 2026-04-13 19:26:17 +00:00
Remove echo port from WOL list to avoid possible reflection from internal network hosts
This commit is contained in:
@@ -53,7 +53,7 @@ static struct port_entry {
|
||||
{IPPROTO_UDP, 48010}
|
||||
};
|
||||
|
||||
static const int k_WolPorts[] = { 7, 9 };
|
||||
static const int k_WolPorts[] = { 9 };
|
||||
|
||||
void UPnPCreatePinholeForPort(struct UPNPUrls* urls, struct IGDdatas* data, int proto, const char* myAddr, int port)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user