Rust tool to convert IPFire Location dump into CSV format.
commit0d4237839b21b466526a01147538d09c117cc884
authorNick Mathewson <nickm@torproject.org>
Mon, 22 Feb 2021 13:30:11 +0000 (22 08:30 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 22 Feb 2021 17:25:18 +0000 (22 12:25 -0500)
treef13c7c70aed9ae3645c0eb171348f035e468ad8b
parent8ccfd4a51ad55e9834cffcc91cbaa13e1f19c8ff
Rust tool to convert IPFire Location dump into CSV format.

The IPFire people provide a tool that collects data from several
top-level sources, combines it into a single database, and annotates
it with optional overrides.  This tool transforms the "dump" format
of their database into the form Tor expects.
scripts/maint/geoip/README.geoip [new file with mode: 0644]
scripts/maint/geoip/geoip-db-tool/.gitignore [new file with mode: 0644]
scripts/maint/geoip/geoip-db-tool/Cargo.toml [new file with mode: 0644]
scripts/maint/geoip/geoip-db-tool/src/db.rs [new file with mode: 0644]
scripts/maint/geoip/geoip-db-tool/src/main.rs [new file with mode: 0644]
scripts/maint/geoip/update_geoip.sh [new file with mode: 0755]