Project

General

Profile

Download (259 Bytes) Statistics
| Branch: | Tag: | Revision:
1
#!/bin/sh
2

    
3
# Update bogons file
4
# Part of the pfSense project
5
# www.pfsense.com
6

    
7
/etc/rc.conf_mount_rw
8
/usr/bin/fetch -q -o /etc/bogons "http://www.cymru.com/Documents/bogon-bn-nonagg.txt"
9
/etc/rc.conf_mount_ro
10
/sbin/pfctl -t bogons -T replace -f /etc/bogons
(52-52/62)