[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r9192: Document a couple more options in the man page. (in tor/trunk: . doc)



Author: nickm
Date: 2006-12-24 22:55:37 -0500 (Sun, 24 Dec 2006)
New Revision: 9192

Modified:
   tor/trunk/
   tor/trunk/doc/TODO
   tor/trunk/doc/tor.1.in
Log:
 r11715@Kushana:  nickm | 2006-12-24 22:53:06 -0500
 Document a couple more options in the man page.



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /tor/trunk [r11715] on c95137ef-5f19-0410-b913-86e773d04f59

Modified: tor/trunk/doc/TODO
===================================================================
--- tor/trunk/doc/TODO	2006-12-25 03:42:38 UTC (rev 9191)
+++ tor/trunk/doc/TODO	2006-12-25 03:55:37 UTC (rev 9192)
@@ -183,6 +183,7 @@
       - unrecommend IE because of ftp:// bug.
     - torrc.complete.in needs attention?
     - we should add a preamble to tor-design saying it's out of date.
+    - Document transport and natdport
 
   - Improvements to bandwidth counting
 R   - look into "uncounting" bytes spent on local connections, so

Modified: tor/trunk/doc/tor.1.in
===================================================================
--- tor/trunk/doc/tor.1.in	2006-12-25 03:42:38 UTC (rev 9191)
+++ tor/trunk/doc/tor.1.in	2006-12-25 03:55:37 UTC (rev 9192)
@@ -493,6 +493,22 @@
 When a controller asks for a virtual (unused) address with the
 'MAPADDRESS' command, Tor picks an unassigned address from this range.
 (Default: 127.192.0.0/10)
+.LP
+.TP
+\fBAllowNonRFC953Hostnames \fR\fB0\fR|\fB1\fR\fP
+When this option is enabled, Tor blocks hostnames containing illegal
+characters (like @ and :) rather than sending them to an exit node to be
+resolved.  This helps trap accidental attempts to resolve URLs and so on.
+(Default: 1)
+.LP
+.TP
+\fBFastFirstHopPK \fR\fB0\fR|fB1\fR\fP
+When this option is enabled and we aren't running as a server, Tor
+skips the public key step for the first hop of creating circuits.  This is
+safe since we have already used TLS to authenticate the server and to
+establish forward-secure keys.  Turning this option off makes circuit
+building slower.
+(Default: 1)
 
 .SH SERVER OPTIONS
 .PP