You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ColumnGuid="da5cd305-10bf-285c-61e2-493e6f232fb3"Name="IPAddr:Port"SortPriority="2"Width="170"IsVisible="true"HelpText="Remote IP Address & Port" />
36
36
<ColumnGuid="ec53a8c4-f07b-aed5-d882-5072c89799be"Name="Status"SortPriority="0"Width="150"IsVisible="false"HelpText="Last non-zero status of the transaction" />
37
-
<ColumnGuid="6c2c4e61-8f05-ab1d-567a-d53851e77c3d"Name="GeoLocation"SortPriority="0"Width="180"IsVisible="false"HelpText="IP Geolocation by geoPlugin:
 https://www.geoplugin.com/ 
This product includes GeoLite data created by MaxMind,
available from: https://www.maxmind.com" />
37
+
<ColumnGuid="6c2c4e61-8f05-ab1d-567a-d53851e77c3d"Name="GeoLocation"SortPriority="0"Width="180"IsVisible="false"HelpText="IP Geolocation provided by ip-api:
 https://ip-api.com" />
38
38
<ColumnGuid="e02d2ae0-3de9-d493-df2b-6b2d2813d302"Name="Duration"AggregationMode="Max"SortPriority="2"TextAlignment="Right"Width="96"CellFormat="mN"IsVisible="true"HelpText="Time from Open to Close (ms)">
// IP Geolocation by geoPlugin: http://www.geoplugin.com/
14
-
// This product includes GeoLite data created by MaxMind, available from: http://www.maxmind.com
15
-
15
+
/*
16
+
This component uses the free IP-GeoLocation API from ip-api.
17
+
- Service: https://ip-api.com
18
+
- Attribution: Geolocation data provided by ip-api.com
19
+
- License: Free for non-commercial use only
20
+
- Rate limit: 45 requests per minute (free tier)
21
+
*/
16
22
staticclassGeoLocation
17
23
{
18
-
publicstaticstringAttribution=>"IP Geolocation by geoPlugin:\n http://www.geoplugin.com/ \nThis product includes GeoLite data created by MaxMind,\navailable from: http://www.maxmind.com";
24
+
publicstaticstringAttribution=>"\nIP GeoLocation powered by ip-api.com – the free, non-commercial API.\nhttps://www.ip-api.com";
0 commit comments