nftables-geoip icon indicating copy to clipboard operation
nftables-geoip copied to clipboard

Python script that generates nft maps of ip address blocks and corresponding geolocation. This data is taken from db-ip.com, so yo don't have to worry about accepting any EULA.

Results 6 nftables-geoip issues
Sort by recently updated
recently updated
newest added

The full map is pretty large and not always required in your nftables config. I added an option to create an "interesting" countries map by providing a list of countries...

"Error trying to download DB-IP lite geoip csv file. Bailing out..." when trying to download free DB as 2021-02 does not exist yet. I've modified it to get 2021-01 but...

> Downloading db-ip.com geoip csv file... > Writing country definition files... > Writing nftables maps (geoip-ipv{4,6}.nft)... > Killed Machine: GCP f1-micro

enhancement

Any way to make this more efficient? I've set up a set of allowed countries (because there are less allowed than disallowed) and then I use `meta mark != @allowed_countries...

Please add maxmind support.

Hi, Thank you for writing this, it has helped me a lot. I do have an idea, not sure if you've previously had this asked or explored, but supporting the...