diff options
author | Dmitry Tunin <hanipouspilot@gmail.com> | 2018-07-28 17:48:42 +0300 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-07-30 10:43:36 +0200 |
commit | c128371124ce4d197a5fbc00e42b58e9d82c571e (patch) | |
tree | b21ff50227d024f6a242358257e7978ef57c3bf0 /package/network/services/igmpproxy/Makefile | |
parent | 53a45020135b504cb4bee0fa8d98c8eaf6391066 (diff) | |
download | upstream-c128371124ce4d197a5fbc00e42b58e9d82c571e.tar.gz upstream-c128371124ce4d197a5fbc00e42b58e9d82c571e.tar.bz2 upstream-c128371124ce4d197a5fbc00e42b58e9d82c571e.zip |
igmpproxy: drop SSDP packets
It is insecure to let this type of packets inside
They can e.g. open ports on some other routers with UPnP, etc
Signed-off-by: Dmitry Tunin <hanipouspilot@gmail.com>
Diffstat (limited to 'package/network/services/igmpproxy/Makefile')
-rw-r--r-- | package/network/services/igmpproxy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/igmpproxy/Makefile b/package/network/services/igmpproxy/Makefile index d06402a267..488de6630d 100644 --- a/package/network/services/igmpproxy/Makefile +++ b/package/network/services/igmpproxy/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=igmpproxy PKG_VERSION:=0.2.1 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/pali/igmpproxy/releases/download/${PKG_VERSION}/ |