mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +00:00
Replace references to libgeoip in the documentation
Replace references to the old libgeoip library with "libmaxminddb" or "GeoIP support".
This commit is contained in:
parent
f40e317c0d
commit
c941c565a6
5 changed files with 8 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
##! Functions to calculate distance between two locations, based on GeoIP data.
|
||||
|
||||
## Returns the distance between two IP addresses using the haversine formula,
|
||||
## based on GeoIP database locations. Requires Bro to be built with libgeoip.
|
||||
## based on GeoIP database locations. Requires Bro to be built with GeoIP.
|
||||
##
|
||||
## a1: First IP address.
|
||||
##
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue