pvxe / nftables-geoip

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.
GNU General Public License v2.0
115 stars 17 forks source link

Fix MemoryError or trigger OOM killer #2

Closed sunshineplan closed 4 years ago

sunshineplan commented 4 years ago

fix #1 separate making geoipv4 dict and geoipv6 dict

It will take more time but reliable.