Customize content and comply with regulations using in-depth IP address data. Prevent fraud and chargebacks, manage cyber risk, and flag proxy users.
set–enable-mmdblookupon configure Note Parameter names are case-insensitive. Module Parameters container type default mandatory obsoletelegacydirective word !iplocation no none New in version 8.28.0. Specifies the container to be used to store the fields amended by mmdblookup. ...
IP lookup using Maxmind databases. Latest version: 4.3.23, last published: a day ago. Start using maxmind in your project by running `npm i maxmind`. There are 226 other projects in the npm registry using maxmind.
LookupService.getLocation(...) public Location getLocation(String str) { InetAddress addr; try { addr = InetAddress.getByName(str); } catch (UnknownHostException e) { return null; } return getLocation(addr); } origin: maxmind/geoip-api-java LookupService.getLocation(...) public Location ...
包路径:com.maxmind.geoip.LookupService类名称:LookupService方法名:close LookupService.close介绍 [英]Closes the lookup service.[中]关闭查找服务。 代码示例 代码示例来源:origin: i2p/i2p.i2p synchronized void _check_mtime() { try { if ((dboptions & GEOIP_CHECK_CACHE) != 0) { long t = ...
为Wireshark 能使用纯真网络 IP 数据库(QQwry)而提供的格式转换工具 perl5geoip2maxmind-dbwiresharkqqwrymmdb UpdatedOct 1, 2024 Perl MMDB reader for geolocation and ASN lookup of IP addresses erlangelixirgeolocationgeoip2maxmind-dbgeoipgeolite2mmdbasn-lookup ...
nginxapachemaxmind-dbmaxmindmaxmind-geoipmaxmind-databasemaxminddb UpdatedNov 29, 2024 Python Open & Free IP to ASN/Internet Provider Database ipinfonetworkingbgpnetworkip-addressipmaxmind-dbgeoipasnip-lookupip-geolocationmaxmind-databasemmdbasn-lookupip-geolocation-apiabuse-reporting ...
geolite2-redist Redistribution of Maxmind's GeoLite2 Free Databases (without License Key) maxmind mmdb geo geoip geoip2 geobase geo lookup gitsquaredpublished 3.1.1 • 2 months agopublished 3.1.1 2 months ago M Q P libmaxmind Thin wrapper over npm mmdb-lib, repackaged for direct use...
IPLookupService.createRecord(...) private Record createRecord(final IspResponse isp) { if (isp == null) { return null; } final Map<String, Object> values = new HashMap<>(4); values.put(IspSchema.ASN.getFieldName(), isp.getAutonomousSystemNumber()); values.put(IspSchema.ASN_ORG....
MMDB_lookup_result_s result =MMDB_lookup_string(&mmdb, ip_address, &gai_error, &mmdb_error);if(0!= gai_error) {fprintf(stderr,"\n Error from getaddrinfo for %s - %s\n\n", ip_address,gai_strerror(gai_error));exit(2); ...