]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
and in OP config files
authorRoger Dingledine <arma@torproject.org>
Wed, 15 Oct 2003 07:27:29 +0000 (07:27 +0000)
committerRoger Dingledine <arma@torproject.org>
Wed, 15 Oct 2003 07:27:29 +0000 (07:27 +0000)
svn:r589

src/config/oprc
src/config/torrc.in

index 4ed2827fb594e8bdbc7b322e82e9861764be3174..ce86f32adf656fc51afde9d9f757fe265df43345 100644 (file)
@@ -1,8 +1,8 @@
 # Configuration file for a typical tor client
 # (listen for applications only)
 
-# List of routers. Tor nodes only know about the directory servers
-# at the beginning, and from them they get a list of currently up nodes.
+# List of routers. Tor nodes start out knowing about the directory
+# servers, and from them they get a list of currently up nodes.
 RouterFile ../config/dirservers
 
 # Ports for various services. Comment out if you're not running that
index eabdabe2e6642d2e5b80669f9807760a2c4026dc..361840e4e5a3cf7dc57997c7d9ecd330b9535d29 100644 (file)
@@ -1,8 +1,8 @@
 # Configuration file for a typical tor client
 # (listen for applications only)
 
-# List of routers. Tor nodes only know about the directory servers
-# at the beginning, and from them they get a list of currently up nodes.
+# List of routers. Tor nodes start out knowing about the directory
+# servers, and from them they get a list of currently up nodes.
 RouterFile @CONFDIR@/dirservers
 
 # Ports for various services. Comment out if you're not running that