diff options
author | Roger Dingledine <arma@torproject.org> | 2007-01-04 04:35:18 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-01-04 04:35:18 +0000 |
commit | 50f0e360947418a8033383bfea6fccbebc4d1bb5 (patch) | |
tree | e3b01d9554c7ceae5a2a2ebc5b0acb0ce6bfe8c0 /src/or/config.c | |
parent | 88c3c84bda837c97c793c931558c3c8f48f731bb (diff) | |
download | tor-50f0e360947418a8033383bfea6fccbebc4d1bb5.tar.gz tor-50f0e360947418a8033383bfea6fccbebc4d1bb5.zip |
man page entries for TunnelDirConns and PreferTunneledDirConns
and add a todo item for nick in case he gets bored :)
svn:r9260
Diffstat (limited to 'src/or/config.c')
-rw-r--r-- | src/or/config.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/or/config.c b/src/or/config.c index 2b1cfe11f9..70ad8ba60e 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -347,6 +347,8 @@ static config_var_description_t options_description[] = { "provided IP address (only useful for multiple network interfaces)." }, { "PIDFile", "On startup, write our PID to this file. On clean shutdown, " "remove the file." }, + { "PreferTunneledDirConns", "If non-zero, avoid directory servers that " + "don't support tunneled conncetions." }, /* PreferTunneledDirConns */ /* ProtocolWarnings */ /* RephistTrackTime */ @@ -354,8 +356,9 @@ static config_var_description_t options_description[] = { "started. Unix only." }, { "SafeLogging", "If set to 0, Tor logs potentially sensitive strings " "rather than replacing them with the string [scrubbed]." }, - { "TunnelDirConns", "If non-zero, try to have all directory info downloaded " - "via encrypted connections." }, + { "TunnelDirConns", "If non-zero, when a directory server we contact " + "supports it, we will build a one-hop circuit and make an encrypted " + "connection via its ORPort." }, { "User", "On startup, setuid to this user" }, /* ==== client options */ |