diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-08-25 12:25:05 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-08-25 12:25:05 -0400 |
commit | 96aed28f143298b33363a7a0ca997e2a4d2eae29 (patch) | |
tree | 8f3fae9f815e4021ff6156d23459f524da1c4471 /changes | |
parent | b91dce9454c3db669a07968b25a4fa03d8526917 (diff) | |
download | tor-96aed28f143298b33363a7a0ca997e2a4d2eae29.tar.gz tor-96aed28f143298b33363a7a0ca997e2a4d2eae29.zip |
New GETINFO target to check if geoip is loaded
Closes ticket 23237.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/feature23237 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/feature23237 b/changes/feature23237 new file mode 100644 index 0000000000..261577261c --- /dev/null +++ b/changes/feature23237 @@ -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. |