From 23ef57c20f11d51bfde189412736974a34aeb457 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sun, 18 Nov 2018 10:58:58 -0800 Subject: [PATCH] Remove echo port from WOL list to avoid possible reflection from internal network hosts --- miss/miss.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miss/miss.cpp b/miss/miss.cpp index f7ad764..17869a7 100644 --- a/miss/miss.cpp +++ b/miss/miss.cpp @@ -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) {