From: Philip Prindeville <philipp@xxxxxxxxxxxxxxxxxxxxx> Signed-off-by: Philip Prindeville <philipp@xxxxxxxxxxxxxxxxxxxxx> --- geoip/xt_geoip_build.1 | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/geoip/xt_geoip_build.1 b/geoip/xt_geoip_build.1 index 9e64fdd509ef41bb3da95ae233da66372f9c90b5..20d75b1eb57679355df6e275d568cfb7c970448a 100644 --- a/geoip/xt_geoip_build.1 +++ b/geoip/xt_geoip_build.1 @@ -5,7 +5,7 @@ xt_geoip_build \(em convert GeoIP.csv to packed format for xt_geoip .SH Syntax .PP \fI/usr/libexec/xt_geoip/\fP\fBxt_geoip_build\fP [\fB\-D\fP -\fItarget_dir\fP] [\fIfile\fP...] +\fItarget_dir\fP] .SH Description .PP xt_geoip_build is used to build packed raw representations of the range @@ -16,7 +16,12 @@ required to be loaded into memory. The ranges in the packed database files are also ordered, as xt_geoip relies on this property for its bisection approach to work. .PP -Input is processed from the listed files, or if none is given, from stdin. +It expects to find a directory named +.IR GeoLite2-Country-CSV_YYYYMMDD +in the current directory, and will select the most recent if multiple +instances are found. The +.IR xt_geoip_dl +script can be used to populate this directory. .PP Since the script is usually installed to the libexec directory of the xtables-addons package and this is outside $PATH (on purpose), invoking the -- 2.14.3 -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html