Skip to content

Commit f5d9f47

Browse files
Reduce I/O & added support for IPv4-mapped IPv6, 6to4 and Teredo IPs
1 parent bb5518b commit f5d9f47

File tree

4 files changed

+162
-61
lines changed

4 files changed

+162
-61
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 ip2location
3+
Copyright (c) 2019 ip2location
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ Use the IPv6 BIN file if you need to query BOTH IPv4 and IPv6 addresses.
7373
Copyright
7474
=========
7575

76-
Copyright (C) 2018 by IP2Location.com, support@ip2location.com
76+
Copyright (C) 2019 by IP2Location.com, support@ip2location.com
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package = "ip2location"
2-
version = "8.0.3-1"
2+
version = "8.2.0-1"
33
source = {
44
url = "git://github.com/ip2location/ip2location-lua.git"
55
}
@@ -14,7 +14,7 @@ description = {
1414
time zone, ISP, domain name, connection type, IDD code, area code, weather station code, station name,
1515
mcc, mnc, mobile brand, elevation, and usage type as values. It supports both IP address in IPv4 and IPv6.
1616
]],
17-
homepage = "https://www.ip2location.com/developers/lua",
17+
homepage = "https://www.ip2location.com/development-libraries/ip2location/lua",
1818
license = "MIT",
1919
maintainer = "support@ip2location.com"
2020
}

0 commit comments

Comments
 (0)