X-Git-Url: https://git.distorted.org.uk/~mdw/firewall/blobdiff_plain/beb4f0eeafb386d83f2593fec489f4291583e08b..3b250fe6986bd168aa7e4f46336b3a43b2735b37:/classify.m4 diff --git a/classify.m4 b/classify.m4 index 8b6a650..606d90d 100644 --- a/classify.m4 +++ b/classify.m4 @@ -245,13 +245,14 @@ done ## Fill in the black holes in the network. for addr in \ 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 \ - 127.0.0.0/8 192.0.2.0/24 + 127.0.0.0/8 \ + 192.0.2.0/24 198.51.100.0/24 203.0.113.0/24 do run iptables -t mangle -A in-default -s $addr -g bad-source-address done for addr in \ fc00::/7 \ - 2001:0db8::/32 + 2001:db8::/32 do run ip6tables -t mangle -A in-default -s $addr -g bad-source-address done