Project

General

Profile

Download (4.01 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
45bc16b9 02/15/2013 10:08 PM Cyrill B

Update bogons update routine

c98951ce 01/16/2013 12:53 PM Cyrill B

Update etc/rc.update_bogons.sh

The used version of sh does not support the fallthrough operator and function keyword.

3cde94cf 01/07/2013 08:42 PM Cyrill B

Avoid 'Cannot allocate memory' errors

7c05f800 01/07/2013 04:27 PM Cyrill B

Add support for compressed bogon files

92276df6 01/07/2013 02:53 PM Cyrill B

Add back end support for custom bogon urls

27493009 12/24/2012 09:38 PM N0YB

Add label to each pfctl logged result line, not just the first one.

With this, log filtering can find both the addresses added and deleted bogon records.

378d3c88 12/18/2012 12:04 PM N0YB

pfctrl is comment aware (#).

Leave comments in place so last update info can be retrieved by diagnostics tables.
Instead ensure private space is not included.

c2483e31 12/09/2012 09:41 AM Chris Buechler

switch to using the fullbogons-ipv4.txt from Cymru, and standardize paths to /lists/

342a2f18 08/02/2012 12:55 PM Phil Davis

Ensure conf_mount_rw and conf_mount_ro are matched

On nanobsd, running /etc/rc.update_bogons.sh gives:
[2.1-BETA0][]/tmp(12): /etc/rc.update_bogons.sh 1
/etc/rc.update_bogons.sh: cannot create /etc/bogonsv6: Read-only file system
The code does 1 conf_mount_rw but 2 conf_mount_ro...

331103ae 05/03/2012 02:53 PM Jim Pingle

Fix syntax error in bogons update

4a41dff7 04/04/2012 01:53 PM Seth Mos

Bail out without a valid IPv6 address so we don't generate a invalid dhcpv6 server config

f6f9f815 01/03/2012 08:05 PM Jim Pingle

rm the right file when working with v6 bogons.
Reported-by: http://forum.pfsense.org/index.php?topic=43334.new;topicseen#new

7de4359a 01/26/2011 11:53 AM Seth Mos

Add the bogonsv6 table for the IPv6 bogons

5f97f256 11/28/2009 03:59 AM Scott Ullrich

Do not remount ro twice

48e29ac9 11/28/2009 03:57 AM Scott Ullrich

Download and verify the bogons md5 with the bogons files Ticket #141

9dbb93ba 08/20/2009 09:21 PM Chris Buechler

Fix bogons update in GUI without duplicating logic

2a87b190 08/20/2009 04:37 AM Scott Ullrich

Move sleep to correct location

b089ad3a 08/20/2009 04:25 AM Scott Ullrich

Do not sleep if /var/run/donotsleep_bogons exists. For some reason the first argument is not being passed when ran from webConfigurator

5769ba0a 08/20/2009 04:06 AM Scott Ullrich

Only echo out when we are sleeping

5de28171 08/20/2009 04:03 AM Scott Ullrich

Do not sleep if an argument is passed

fc1e7d9f 06/25/2009 12:22 AM Chris Buechler

Skip sleep if argument is specified, and update bogons at end of setup wizard.

aeca0c4e 03/24/2009 06:09 PM Scott Ullrich

Add missng `

205744b1 07/06/2008 09:08 PM Scott Ullrich

Simplify (and really) sleep correctly to avoid hammering files.pfsense.org

9c9b1833 05/02/2008 06:49 PM Scott Ullrich

Echo out to system logs exactly what is going on during bogons update

b5158c60 05/02/2008 06:47 PM Scott Ullrich
  • Increase random window *4
  • Relaunch the update bogons script again if it fails
69fda47c 02/03/2008 11:20 PM Chris Buechler

correct bogons file location

4dd8796b 11/28/2007 01:32 AM Scott Ullrich

Switch to a more random number between 1-2,000. that'd be somewhere between
immediately and 33 minutes. If people are setting their time zone
properly that also helps distribute the load, since it runs at 1:01 AM
local time.

c0e7d986 11/27/2007 11:29 PM Scott Ullrich

Use files.pfsense.org

Requested-by: CMB

6a855821 11/27/2007 11:28 PM Scott Ullrich

Use files.pfsense.org

Requested-by: CMB

b91f8b82 11/27/2007 10:19 PM Scott Ullrich

Log how many changes are made to bogons file.

e59010af 11/27/2007 10:16 PM Scott Ullrich

Throw an error when we cannot download bogons file instead of blindly assuming it succeedded.

d8d0d571 11/27/2007 10:04 PM Scott Ullrich

Actually generate a random number

38b65b80 11/27/2007 08:28 PM Scott Ullrich
  • Download bogons entries from pfsense.com
  • Do not update on every minute on the 1st of the month
  • Sleep for a random period before updating to avoid killing the server
fe4d7d52 09/12/2006 08:05 PM Scott Ullrich

Match on the beginning of the string so that the 110 network is included

Submitted-by: XAI via IRC

dc7371c4 01/18/2006 12:59 AM Scott Ullrich

MFC 9473
Update bogons to latest from cymru Strip out RFC1918 since we have a seperate filter for that (and we tell people that we don't block them in this filter, doh)

14f9c43f 07/13/2005 02:17 AM Scott Ullrich

Make uniform by renaming update_bogons.sh to rc.update_bogons.sh