Parcourir la source

and in OP config files

svn:r589
Roger Dingledine il y a 20 ans
Parent
commit
4f1a84b772
2 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 2 2
      src/config/oprc
  2. 2 2
      src/config/torrc.in

+ 2 - 2
src/config/oprc

@@ -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

+ 2 - 2
src/config/torrc.in

@@ -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