diff options
author | Roger Dingledine <arma@torproject.org> | 2003-10-15 07:26:39 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-10-15 07:26:39 +0000 |
commit | b24b846069755c22afcdedb0981f01a10395f53a (patch) | |
tree | 2c051dea217f066ff202e22fac432fefc9064991 /src/config | |
parent | a54a65dfb68b41bf86c5d3e72f33beb6773c6983 (diff) | |
download | tor-b24b846069755c22afcdedb0981f01a10395f53a.tar tor-b24b846069755c22afcdedb0981f01a10395f53a.tar.gz |
less confusing comments in config files
svn:r588
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/sample-orrc | 4 | ||||
-rw-r--r-- | src/config/sample-server-torrc.in | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/config/sample-orrc b/src/config/sample-orrc index 83d353990..7a619710a 100644 --- a/src/config/sample-orrc +++ b/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 diff --git a/src/config/sample-server-torrc.in b/src/config/sample-server-torrc.in index d0005fd81..3bb0f2162 100644 --- a/src/config/sample-server-torrc.in +++ b/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 |