GEOIP + Iptables, проблема с сборкой базы
Подскажите как собрать базу под iptables geoip
Linux 4.9.154-xxxx-std-ipv6-64 #569310 SMP Thu Jan 31 08:31:31 UTC 2019 x86_64 GNU/Linux
Distributor ID: Debian
Description: Debian GNU/Linux 8.11 (jessie)
Release: 8
Codename: jessie
dpkg -l | grep xtables
ii libxtables10 1.4.21-2+b1 amd64 netfilter xtables library
ii xtables-addons-common 2.6-1 amd64 Extensions targets and matches for iptables [tools, libs]
ii xtables-addons-dkms 2.6-1 all Extensions targets and matches for iptables
iptables -I INPUT ! -i lo -m geoip ! --src-cc UA,RU -j DROP
Could not open /usr/share/xt_geoip/LE/UA.iv4: No such file or directory
iptables v1.4.21: Could not read geoip database
Делал по вот этому манулу https://vds-admin.ru/security/iptables-geoip Но ссылки на базы битые, есть только GeoLite2, но как их собрать?