mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-06 12:45:13 +02:00
libxt_geoip: update manual page with new tool syntax
This commit is contained in:
@@ -15,9 +15,8 @@ with the source package, and which should be available in compiled packages in
|
|||||||
/usr/lib(exec)/xtables-addons/. The first command retrieves CSV files from
|
/usr/lib(exec)/xtables-addons/. The first command retrieves CSV files from
|
||||||
MaxMind, while the other two build packed bisectable range files:
|
MaxMind, while the other two build packed bisectable range files:
|
||||||
.PP
|
.PP
|
||||||
cd /tmp; $path/to/geoip_download.sh;
|
mkdir -p /usr/share/xt_geoip; cd /tmp; $path/to/xt_geoip_dl;
|
||||||
.PP
|
.PP
|
||||||
$path/to/geoip_build_db.pl -D /usr/share/xt_geoip/LE
|
$path/to/xt_geoip_build -D /usr/share/xt_geoip GeoIP*.csv;
|
||||||
$path/to/geoip_build_db.pl -D /usr/share/xt_geoip/BE -b
|
|
||||||
.PP
|
.PP
|
||||||
The shared library is hardcoded to look in these paths, so use them.
|
The shared library is hardcoded to look in these paths, so use them.
|
||||||
|
Reference in New Issue
Block a user