mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 09:38:19 +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
|
@ -9,8 +9,8 @@ export {
|
|||
};
|
||||
|
||||
## Places where it's suspicious for mail to originate from represented
|
||||
## as all-capital, two character country codes (e.g., US). It requires
|
||||
## libGeoIP support built in.
|
||||
## as all-capital, two character country codes (e.g., US). It requires
|
||||
## Bro to be built with GeoIP support.
|
||||
const suspicious_origination_countries: set[string] = {} &redef;
|
||||
const suspicious_origination_networks: set[subnet] = {} &redef;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue