diff options
author | Roger Dingledine <arma@torproject.org> | 2004-09-10 18:56:52 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-09-10 18:56:52 +0000 |
commit | b287509fb36c9bc4d77bdab296b7c8ced1e31320 (patch) | |
tree | 47bf693181bfd4c43aee9f04a6d5581e2fbfa25b /doc | |
parent | 8ab26650ee5ae26230a10eb35a7c686875bb419a (diff) | |
download | tor-b287509fb36c9bc4d77bdab296b7c8ced1e31320.tar.gz tor-b287509fb36c9bc4d77bdab296b7c8ced1e31320.zip |
typos and tabs
svn:r2343
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 32 | ||||
-rw-r--r-- | doc/tor.1.in | 2 |
2 files changed, 17 insertions, 17 deletions
@@ -13,7 +13,7 @@ ARMA - arma claims 0.0.9: o Fix OutboundBindAddress - o Config defaults should be consistant with config file and no + o Config defaults should be consistent with config file and no config file. o write instructions for port-forwarding directives or programs to let people run on ports 80 and 443 without needing to bind @@ -21,24 +21,24 @@ ARMA - arma claims o clean up all the comma-separated stuff (eg exit policies) into smartlists. o investigate sctp for alternate transport. - o Document all undocumented options, or mark them as undocumented - in the source. + o Document all undocumented options, or mark them as undocumented + in the source. o bandwidth buckets for write as well as read. . Cached-directory changes: - o make clients store the cached-directory to disk, - o and use it when they startup, so they don't need to bootstrap - from the authdirservers every time they start. - - also, once we've reduced authdirserver entries to config - lines, we can have lines that list cacheddirservers too. + o make clients store the cached-directory to disk, + o and use it when they startup, so they don't need to bootstrap + from the authdirservers every time they start. + - also, once we've reduced authdirserver entries to config + lines, we can have lines that list cacheddirservers too. . compress the directory. - o Implement gzip/zlib wrappers - o Compress directories as they're cached/generated - o When requested, give a compressed directory. - o Decompress incoming HTTP based on Content-Encoding - - Once dirservers are running new code, make clients - request compressed directories. (Alternative: Switch - to HTTP/1.1 and use Allowed-Encoding. Is that really - what we want?) + o Implement gzip/zlib wrappers + o Compress directories as they're cached/generated + o When requested, give a compressed directory. + o Decompress incoming HTTP based on Content-Encoding + - Once dirservers are running new code, make clients + request compressed directories. (Alternative: Switch + to HTTP/1.1 and use Allowed-Encoding. Is that really + what we want?) N - switch dirservers entries to config lines. N - let tor clients use http proxies for dir fetching N - per-month byte allowances. diff --git a/doc/tor.1.in b/doc/tor.1.in index df338c2264..6bd0e72bc1 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -108,7 +108,7 @@ the first hop of a circuit. If 1, Tor will only create outgoing connections to ORs running on ports that your firewall allows (defaults to 80 and 443; see firewallports). This will allow you to run Tor as a client behind a firewall with restrictive policies, -but will not allow you server behind such a firewall. +but will not allow you to run as a server behind such a firewall. .TP \fBfirewallports \fR\fIPORTS\fP A list of ports that your firewall allows you to connect to. Only used when |