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
***Terms of Service**: https://www.ip2location.io/terms-of-service
772
+
752
773
753
774
LocalIPAddressLookups
754
775
------------------------
@@ -817,4 +838,26 @@ You can generate ActiveRecord migrations and download and import data via provid
817
838
818
839
You can replace `city` with `country`in any of the above tasks, generators, and configurations.
819
840
841
+
### IP2Location LITE (`:ip2location_lite`)
842
+
843
+
This lookup provides methods for geocoding IP addresses without making a call to a remote API (improves speed and availability).
844
+
845
+
***API key**: none (requires a IP2LocationorFREEIP2LocationLITE binary database which can be downloaded from [IP2LocationLITE](https://lite.ip2location.com/))
846
+
***Quota**: none
847
+
***Region**: world
848
+
***SSL support**: N/A
849
+
***Languages**: English
850
+
***Documentation**: https://lite.ip2location.com/
851
+
***Terms of Service**: https://lite.ip2location.com/
852
+
***Notes**: **You must download a binary database (BIN) file from IP2LocationLITEand set the `:file` configuration option.**Set the path to the database file in your configuration:
You must add the *[ip2location_ruby](https://rubygems.org/gems/ip2location_ruby)* gem (pure Ruby implementation) to your Gemfileor have it installed in your system.
862
+
820
863
Copyright (c) 2009-2021AlexReisner, released under the MIT license.
raise"Could not load IP2Location DB dependency. To use the IP2LocationLite lookup you must add the #{@gem_name} gem to your Gemfile or have it installed in your system."
0 commit comments