diff options
author | Karsten Loesing <karsten.loesing@gmx.net> | 2010-11-09 09:13:45 +0100 |
---|---|---|
committer | Karsten Loesing <karsten.loesing@gmx.net> | 2010-11-09 09:42:36 +0100 |
commit | 423c2a7a2770d7a08927accecb7e8c36d36a474c (patch) | |
tree | 3b623ee050a52181ff561838608a9df69f205210 /doc/spec | |
parent | 1fb342dfab42f47a2e87d38c536bb9a52f1a0fcd (diff) | |
download | tor-423c2a7a2770d7a08927accecb7e8c36d36a474c.tar.gz tor-423c2a7a2770d7a08927accecb7e8c36d36a474c.zip |
Add GeoIP file digest to extra-info descriptor.
Diffstat (limited to 'doc/spec')
-rw-r--r-- | doc/spec/dir-spec.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/spec/dir-spec.txt b/doc/spec/dir-spec.txt index 4a7a557b31..04e73c4676 100644 --- a/doc/spec/dir-spec.txt +++ b/doc/spec/dir-spec.txt @@ -622,6 +622,12 @@ As documented in 2.1 above. See migration notes in section 2.2.1. + "geoip-db-digest" Digest NL + [At most once.] + + SHA1 digest of the GeoIP database file that is used to resolve IP + addresses to country codes. + ("geoip-start" YYYY-MM-DD HH:MM:SS NL) ("geoip-client-origins" CC=N,CC=N,... NL) |