Skip to content

Instantly share code, notes, and snippets.

@bonan
Created January 7, 2017 20:14
Show Gist options
  • Save bonan/a8d1687451c5b425a153244bf3b8cd23 to your computer and use it in GitHub Desktop.
Save bonan/a8d1687451c5b425a153244bf3b8cd23 to your computer and use it in GitHub Desktop.
#!/bin/bash
csv_files="/root/geoip/GeoIPCountryWhois.csv /root/geoip/GeoIPv6.csv"
cd /root/geoip
rm $csv_files
/usr/lib/xtables-addons/xt_geoip_dl
/usr/lib/xtables-addons/xt_geoip_build -D /usr/share/xt_geoip $csv_files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment