1 | iptogeo allows to know which country has a specific IP.␊ |
2 | It's based on data provided by AFRINIC, ARIN, APNIC, LACNIC and RIPENCC organisation.␊ |
3 | ␊ |
4 | !!! These data are updated every day, so iptogeo must be recompiled every day to be up to date !!!␊ |
5 | ␊ |
6 | It supports bot IPv4 and IPv6 requests.␊ |
7 | ␊ |
8 | Be careful : the result is only the assigned IP by a regional regulator, but the end user␊ |
9 | may be located in another country. It's the case for ISP that rents IP to differents countries.␊ |
10 | iptogeo does not plan to replace big commercial Geo databases on this point.␊ |
11 | ␊ |
12 | Two mode are available : server mode which listen for queries on default port 53333 and␊ |
13 | interactive mode allowing command line queries.␊ |
14 | ␊ |
15 | To compile it :␊ |
16 | ␊ |
17 | make data src␊ |
18 | ␊ |
19 | Makefile flags :␊ |
20 | * DEBUG=1 to compile in debug mode␊ |
21 | * USE_SECCOMP=1 to compile with seccomp support␊ |
22 | ␊ |
23 | More information can be found at http://indefero.soutade.fr/p/iptogeo␊ |