commit dc973f84d742af55eceae1951260988f88599374 Author: Nick Mathewson nickm@torproject.org Date: Fri Aug 25 12:26:42 2017 -0400
Document new GETINFO ip-to-country/ipv[46]-available options
Documents ticket 23237. --- control-spec.txt | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/control-spec.txt b/control-spec.txt index 69a77c1..e89a25d 100644 --- a/control-spec.txt +++ b/control-spec.txt @@ -744,6 +744,11 @@ A space-separated list of all the values supported by the SIGNAL command.
+ "ip-to-country/ipv4-available" + "ip-to-country/ipv6-available" + "1" if the relevant geoip or geoip6 database is present; "0" otherwise. + This field was added in Tor 0.3.2.1-alpha. + "ip-to-country/*" Maps IP addresses to 2-letter country codes. For example, "GETINFO ip-to-country/18.0.0.1" should give "US".
tor-commits@lists.torproject.org