diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-03-29 05:43:02 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-03-29 05:43:02 +0000 |
commit | 2b1c9d548909a9f54b95c8759c3111f59de11e72 (patch) | |
tree | d27e39a7fff5fe8da170f87c5f82055c564f96fd /doc/spec/control-spec.txt | |
parent | fd4cff8a6582c8c2bd45710c8542d19f7b57ebde (diff) | |
download | tor-2b1c9d548909a9f54b95c8759c3111f59de11e72.tar.gz tor-2b1c9d548909a9f54b95c8759c3111f59de11e72.zip |
r15024@tombo: nickm | 2008-03-29 01:37:09 -0400
Close proposal 126 ("Getting GeoIP data and publishing usage summaries.") It was never completely built, so note which parts wer and which were not. Not-built parts would be good topics for future proposals.
svn:r14232
Diffstat (limited to 'doc/spec/control-spec.txt')
-rw-r--r-- | doc/spec/control-spec.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/spec/control-spec.txt b/doc/spec/control-spec.txt index 6c0379b50a..60e5a7872b 100644 --- a/doc/spec/control-spec.txt +++ b/doc/spec/control-spec.txt @@ -524,6 +524,10 @@ $Id$ A space-separated list of all the events supported by this version of Tor's USEFEATURE. + "ip-to-country/*" + Maps IP addresses to 2-letter country codes. For example, + "GETINFO ip-to-country/18.0.0.1" should give "US". + "next-circuit/IP:port" XXX todo. |