mirror of
https://github.com/moonlight-stream/Internet-Hosting-Tool.git
synced 2025-07-04 00:35:26 +00:00
Remove echo port from WOL list to avoid possible reflection from internal network hosts
This commit is contained in:
parent
56a0b2f2ad
commit
23ef57c20f
@ -53,7 +53,7 @@ static struct port_entry {
|
|||||||
{IPPROTO_UDP, 48010}
|
{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)
|
void UPnPCreatePinholeForPort(struct UPNPUrls* urls, struct IGDdatas* data, int proto, const char* myAddr, int port)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user