geoip script: add options to output AS numbers.
commite71154428eed922e538e6e61830dd1affe7eb188
authorNick Mathewson <nickm@torproject.org>
Wed, 14 Apr 2021 14:28:44 +0000 (14 10:28 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 14 Apr 2021 14:28:44 +0000 (14 10:28 -0400)
tree649966ac55a6cdb96d42cd412a53bbabb028c621
parent91569c4dad91029a70b0d8e89c1fb901a371b012
geoip script: add options to output AS numbers.

The --include-asn option includes AS numbers in the geoip mapping.

The --output-asn option makes the program generate a number-to-name
mapping file.

Additionally, the script now outputs ?? CC entries for networks that
are listed but which have no country known.
scripts/maint/geoip/geoip-db-tool/src/db.rs
scripts/maint/geoip/geoip-db-tool/src/main.rs