Parcourir la source

less confusing comments in config files

svn:r588
Roger Dingledine il y a 20 ans
Parent
commit
b24b846069
2 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 2 2
      src/config/sample-orrc
  2. 2 2
      src/config/sample-server-torrc.in

+ 2 - 2
src/config/sample-orrc

@@ -14,7 +14,7 @@ APPort 9024 # listening for socks-speaking connections
 # Leave this set, or we'll be treated like a client.
 OnionRouter 1
 
-# 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
 

+ 2 - 2
src/config/sample-server-torrc.in

@@ -14,7 +14,7 @@ APPort 9024 # listening for socks-speaking connections
 # Leave this set, or we'll be treated like a client.
 OnionRouter 1
 
-# 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