Remove echo port from WOL list to avoid possible reflection from internal network hosts

This commit is contained in:
Cameron Gutman 2018-11-18 10:58:58 -08:00
parent 56a0b2f2ad
commit 23ef57c20f

View File

@ -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)
{