diff options
author | Roger Dingledine <arma@torproject.org> | 2005-07-19 21:16:31 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-07-19 21:16:31 +0000 |
commit | f2bc79ba89e16b6980a3eac0b52a6f48d33196ef (patch) | |
tree | f7a64e15453cfcc2053cae8cf424942d17d3097e /src/config | |
parent | 9d962eb22465adcdf15479db7dfc15d4a6c1fe35 (diff) | |
download | tor-f2bc79ba89e16b6980a3eac0b52a6f48d33196ef.tar tor-f2bc79ba89e16b6980a3eac0b52a6f48d33196ef.tar.gz |
forward-port with a different version claim
svn:r4608
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/torrc.sample.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in index 6324f6513..082af59e3 100644 --- a/src/config/torrc.sample.in +++ b/src/config/torrc.sample.in @@ -1,7 +1,10 @@ -## Configuration file for a typical tor user -## Built for Tor version @VERSION@ +## Configuration file for a typical Tor user +## Last updated 19 July 2005 for Tor 0.1.1.3-alpha. ## (May or may not work for older or newer versions of Tor.) # +## See the man page, or http://tor.eff.org/tor-manual.html, for more +## options you can use in this file. +# # On Unix, Tor will look for this file in someplace like "~/.tor/torrc" or # "/etc/torrc" # |