2025-02-13 19:14:51 +01:00
|
|
|
# Run the builder - this leaves all the file in /usr.share/xt_geoip
|
|
|
|
# It's messy but I don't know how to get iptables to read a sub dir
|
|
|
|
|
2024-09-07 08:46:09 +02:00
|
|
|
cd /usr/share/xt_geoip
|
|
|
|
if ( ./xt_geoip_dl )
|
|
|
|
then
|
2025-02-13 19:14:51 +01:00
|
|
|
/usr/share/xt_geoip/xt_geoip_build_maxmind
|
|
|
|
fi
|