smeserver-xt_geoip/root/usr/share/xt_geoip/update_base
John Crisp 42ce2cced8 * Thu Feb 13 2025 John Crisp <jcrisp@safeandsoundit.co.uk> 1.3.1-24.sme
- move scriptoig back to /usr/share/geoip
- Lose the LE/BE (Little/Big Endian) parts as iptables can't seme to read the file in subdirs
- Update ULOG to NFLOG in rules but restricts the number of countries
2025-02-13 19:14:51 +01:00

9 lines
236 B
Plaintext

# 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
cd /usr/share/xt_geoip
if ( ./xt_geoip_dl )
then
/usr/share/xt_geoip/xt_geoip_build_maxmind
fi