Émile Ré
ad22fec81d
Add IP-to-country geolocation service
...
Introduce a geoloc package that stores CIDR-to-country mappings in
PostgreSQL using the native cidr type with a GiST index for fast
containment lookups. Data comes from the ipverse/country-ip-blocks
dataset added as a git submodule.
A standalone geoloc-import command reads the TXT files from disk
and bulk-loads them via COPY. probod wires the service and logs a
warning when the table is empty.
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-05-07 15:13:41 +04:00
..
2026-05-07 12:59:55 +02:00
2026-04-26 23:21:50 +02:00
2026-04-27 10:30:14 +02:00
2026-03-25 17:38:32 +01:00
2026-03-25 17:38:32 +01:00
2026-03-25 17:38:32 +01:00
2026-05-06 15:41:30 +02:00
2026-04-24 16:05:11 +02:00
2026-04-22 19:02:22 +02:00
2026-05-07 11:54:49 +02:00
2026-05-06 15:41:30 +02:00
2026-05-06 12:26:12 +04:00
2026-05-07 15:13:41 +04:00
2026-04-19 12:00:53 +02:00
2026-05-04 14:13:42 +02:00
2026-04-13 12:25:42 +02:00
2026-03-31 13:31:30 +02:00
2026-04-03 11:56:06 +02:00
2026-03-26 17:34:04 +01:00
2026-03-31 19:16:56 +04:00
2026-05-07 15:13:41 +04:00
2026-04-19 12:00:53 +02:00
2026-03-25 17:38:32 +01:00
2026-05-07 09:41:46 +02:00
2026-04-26 22:58:21 +02:00
2026-03-25 17:38:32 +01:00
2026-04-13 12:25:42 +02:00
2026-04-13 12:25:42 +02:00
2026-04-19 12:00:53 +02:00
2026-03-25 17:38:32 +01:00
2026-04-23 20:50:25 +02:00
2026-05-07 11:54:49 +02:00
2026-05-07 15:13:41 +04:00
2026-04-29 12:48:43 +04:00
2026-04-09 14:47:48 +04:00
2026-04-02 14:37:29 +02:00
2026-03-31 10:51:34 +02:00
2026-04-20 09:46:44 +02:00
2026-04-20 09:46:44 +02:00
2026-05-07 12:59:55 +02:00
2026-04-13 19:24:46 +02:00
2026-03-25 17:38:32 +01:00
2026-04-20 09:46:44 +02:00
2026-04-29 16:24:29 +02:00
2026-04-19 12:00:53 +02:00
2026-05-02 19:09:16 +04:00
2026-03-25 17:38:32 +01:00
2026-04-24 08:43:14 +02:00
2026-04-20 15:37:39 +02:00