BourgeoisBear / OpenBSDFirewall

Simple OpenBSD Home Firewall Config for ALIX Board
47 stars 4 forks source link

integration of blockzones project #2

Open mwolff44 opened 7 years ago

mwolff44 commented 7 years ago

Have a look to this project to enhance the security : https://framagit.org/BlackLists/BlockZones

BourgeoisBear commented 7 years ago

@mwolff44,

For my own firewall, I use Team CYMRU's bogons list (http://www.team-cymru.org/bogon-reference.html), along with geo-ip blocking that I compile nightly from the RIRs (https://eggplant.pro/ip-by-country.php). I just have a cron job that pulls the latest every few days. But again, this was just a minimal presentation for a mixed audience, so I omitted that part.

Only reason I compile the geo-ip mappings directly from the RIRs is that all of the third-party compilations I had used in the past eventually gave up the ghost, and I got tired of having to find a new one every other year.

Thanks again for the feedback!