New GETINFO target to check if geoip is loaded

Closes ticket 23237.
This commit is contained in:
Nick Mathewson
2017-08-25 12:25:05 -04:00
parent b91dce9454
commit 96aed28f14
2 changed files with 13 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor features (controller):
- Added new GETINFO targets ip-to-country/{ipv4,ipv6}-available, so
controllers can tell whether the geoip databases are loaded.
Closes ticket 23237.