diff -urN xtables-addons-1.47.1.old/geoip/xt_geoip_build xtables-addons-1.47.1/geoip/xt_geoip_build --- xtables-addons-1.47.1.old/geoip/xt_geoip_build 2019-11-25 19:56:05.000000000 +0400 +++ xtables-addons-1.47.1/geoip/xt_geoip_build 2019-11-25 20:04:15.102000000 +0400 @@ -191,12 +191,12 @@ $cidr = $row->[net]; $country{$cc}->{pool_v4}->add($cidr); - if ($. % 4096 == 0) { - print STDERR "\r\e[2K$. entries"; - } + #if ($. % 4096 == 0) { + # print STDERR "\r\e[2K$. entries"; + #} } - print STDERR "\r\e[2K$. entries total\n"; + #print STDERR "\r\e[2K$. entries total\n"; close($fh); @@ -226,12 +226,12 @@ $cidr = $row->[net]; $country{$cc}->{pool_v6}->add($cidr); - if ($. % 4096 == 0) { - print STDERR "\r\e[2K$. entries"; - } + #if ($. % 4096 == 0) { + # print STDERR "\r\e[2K$. entries"; + #} } - print STDERR "\r\e[2K$. entries total\n"; + #print STDERR "\r\e[2K$. entries total\n"; close($fh);