aboutsummaryrefslogtreecommitdiffstats
path: root/etc/net
diff options
context:
space:
mode:
authorLibravatar Emil Gedda <emil.gedda@emilgedda.se>2020-07-25 21:11:07 +0200
committerLibravatar GitHub <noreply@github.com>2020-07-25 21:11:07 +0200
commit4f1b660c2611682374115514eebbd54eae9c84f7 (patch)
tree66e0691586854dcce8600ef6de9ea235761559fe /etc/net
parentMerge pull request #3502 from awelzel/ignore-sigttou-during-stdin-flush (diff)
downloadfirejail-4f1b660c2611682374115514eebbd54eae9c84f7.tar.gz
firejail-4f1b660c2611682374115514eebbd54eae9c84f7.tar.zst
firejail-4f1b660c2611682374115514eebbd54eae9c84f7.zip
fix typo in multicast CIDR
Diffstat (limited to 'etc/net')
-rw-r--r--etc/net/nolocal.net2
1 files changed, 1 insertions, 1 deletions
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 @@
32-A OUTPUT -d 172.16.0.0/12 -j DROP 32-A OUTPUT -d 172.16.0.0/12 -j DROP
33 33
34# drop multicast traffic 34# drop multicast traffic
35-A OUTPUT -d 244.0.0.0/4 -j DROP 35-A OUTPUT -d 224.0.0.0/4 -j DROP
36COMMIT 36COMMIT