From 82f224ca6d1010d640f425bf132a8b9f51896787 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sat, 28 Feb 2004 05:11:10 +0000 Subject: [PATCH] document 'excludenodes' in man page svn:r1156 --- doc/tor.1.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/tor.1.in b/doc/tor.1.in index 3d2a838c3f..87aa13bc9f 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -69,6 +69,9 @@ A list of preferred nodes to use for the first hop in the circuit, if possible. \fBexitnodes \fR\fInickname,nickname,...\fP A list of preferred nodes to use for the last hop in the circuit, if possible. .TP +\fBexcludenodes \fR\iInickname,nickname,...\fP +A list of nodes to never use when building a circuit. +.TP \fBnewcircuitperiod \fR\fINUM\fP Every NUM seconds consider whether to build a new circuit. (Default: 60) .TP -- 2.47.3