update docs with geoip_asn note addition
This commit is contained in:
parent
cff651507f
commit
4acf8602bd
@ -11,13 +11,14 @@ geographic information about incoming connections.
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
This plugin saves geographic information in the following connection notes:
|
||||
Save geographic information about the sender in the following connection notes:
|
||||
|
||||
geoip_country - 2 char country code
|
||||
geoip_country_name - english name of country
|
||||
geoip_continent - 2 char continent code
|
||||
geoip_city - english name of city
|
||||
geoip_distance - distance in kilometers
|
||||
geoip_asn - network number
|
||||
|
||||
And adds entries like this to your logs:
|
||||
|
||||
@ -464,4 +465,3 @@ sub get_sender_lat_lon {
|
||||
}
|
||||
return $lat, $lon;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user