From 4f1b660c2611682374115514eebbd54eae9c84f7 Mon Sep 17 00:00:00 2001 From: Emil Gedda Date: Sat, 25 Jul 2020 21:11:07 +0200 Subject: fix typo in multicast CIDR --- etc/net/nolocal.net | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/net') diff --git a/etc/net/nolocal.net b/etc/net/nolocal.net index 8955f740d..0eb9f9784 100644 --- a/etc/net/nolocal.net +++ b/etc/net/nolocal.net @@ -32,5 +32,5 @@ -A OUTPUT -d 172.16.0.0/12 -j DROP # drop multicast traffic --A OUTPUT -d 244.0.0.0/4 -j DROP +-A OUTPUT -d 224.0.0.0/4 -j DROP COMMIT -- cgit v1.2.3-54-g00ecf