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
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,13 @@ This module requires IP2Location BIN database to function. An outdated BIN datab
31
31
32
32
For the BIN database update, you can just rename the downloaded BIN database to *IP2LOCATION-DB.BIN* and replace the copy in *application/libraries/ip2location/* (if you didn't change the default IP2LOCATION_DATABASE constant as described in the below section).
33
33
34
+
IPv4 BIN vs IPv6 BIN
35
+
------------------------
36
+
Use the IPv4 BIN file if you just need to query IPv4 addresses.
37
+
If you query an IPv6 address using the IPv4 BIN, you'll see the IPV6_NOT_SUPPORTED error.
38
+
39
+
Use the IPv6 BIN file if you need to query BOTH IPv4 and IPv6 addresses.
40
+
34
41
Usage
35
42
-----
36
43
Use following codes in your application for get geolocation information.
0 commit comments