Commit graph

19 commits

Author SHA1 Message Date
dosse91 c3e576ddba Major project restructuring and unification with mpot branch 2019-06-30 07:03:06 +02:00
adolfintel e33fe08431 getIP_ipInfo_apikey.php now optional 2019-04-20 08:47:50 +02:00
adolfintel 7f17622d5b You can now use ipinfo.io access token 2019-04-20 08:37:52 +02:00
adolfintel 7e3a1dc50e Improved performance of getIP.php 2019-03-15 08:42:37 +01:00
mildis eb390fd55e Detects IPv4 and IPv6 private networks (#192) 2019-01-14 16:14:57 +01:00
adolfintel 53ca58db03 Improved ISP detection code 2019-01-11 11:57:52 +01:00
RaidAndFade fa56614440 Fixing improper localhost address reporting for ipv4 and v6 (#188)
Fixed improper reporting of IPV6 and IPV4 localhost addresses, more detailed explanation in comments of modified file.

Basically, 
 for ipv6: the only possible localhost ipv6 is ::1, not any string that contains ::1 like you were doing before.
 for ipv4: any ip in the 127/8 range (from 127.0.0.1 to 127.254.254.254), is a localhost ipv4 address. not just 127.0.0.1 like you were doing before.
2018-12-27 17:02:03 +01:00
Matthew Hunt ec0fa10700 Handle X-Forwarded-For with multiple hosts (#169) 2018-10-20 06:53:50 +02:00
adolfintel cb944de118 Removed CORS headers (added by accident in previous commit) 2018-09-07 10:59:31 +02:00
adolfintel ee004fd2d0 Updated getIP.php so it will ignore errors 2018-09-05 15:46:50 +02:00
adolfintel 5446e98933 Added test result sharing; Added stats page; Improved project structure; Minor bug fixes 2018-08-06 18:15:52 +02:00
V. D'AGOSTINO 8c27da939b Avoid requesting ipinfo.io and generating a php error when the connection is from localhost (#135) 2018-04-25 21:03:18 +02:00
dosse91 73669632e8 getIP.php can now estimate distance between client and server (default enabled, km) 2018-02-23 08:45:54 +01:00
mildis d9b551c5c8 Remove prefix on IPv6-mapped IPv4 (#109) 2018-02-17 13:06:18 +01:00
dosse91 c835d9d0b9 Added ISP info in getIP.php; Fixed a bug that could leave an aborted test running in background 2018-02-09 08:41:28 +01:00
Too Much IO 576fcf24fe Add support for reverse proxys (#100) 2017-12-20 07:28:21 +01:00
dosse91 046137cf6c Ping test can now use timing from Performance API; New examples; Minor changes 2017-10-30 12:35:49 +01:00
dosse91 e5612b4f10 Improved client IP detection; Updated examples 2017-02-26 12:15:51 +01:00
ke-mccormick 018992cd27 Outputs Client IP in JSON
getIP({"ip":"8.8.8.8"});
2017-02-26 04:13:26 -06:00