Commit 01131493 authored by Franco Fichtner's avatar Franco Fichtner

firewall: update bogons, private ranges in there after first update anyway

(cherry picked from commit 5f3538e4)
parent d6f47734
0.0.0.0/8 0.0.0.0/8
10.0.0.0/8
100.64.0.0/10
127.0.0.0/8 127.0.0.0/8
169.254.0.0/16 169.254.0.0/16
172.16.0.0/12
192.0.0.0/24 192.0.0.0/24
192.0.2.0/24 192.0.2.0/24
192.168.0.0/16
198.18.0.0/15 198.18.0.0/15
198.51.100.0/24 198.51.100.0/24
203.0.113.0/24 203.0.113.0/24
......
...@@ -2938,9 +2938,7 @@ EOD; ...@@ -2938,9 +2938,7 @@ EOD;
} }
foreach ($FilterIflist as $on => $oc) { foreach ($FilterIflist as $on => $oc) {
/* block bogon networks */ /* block bogon networks via http://www.cymru.com/Documents/bogon-bn-nonagg.txt */
/* http://www.cymru.com/Documents/bogon-bn-nonagg.txt */
/* file is automatically in cron every 3000 minutes */
if (!isset($config['syslog']['nologbogons'])) { if (!isset($config['syslog']['nologbogons'])) {
$bogonlog = 'log'; $bogonlog = 'log';
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment