diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-11-14 19:08:08 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-11-14 19:08:08 +0000 |
commit | 270b942edf433b2f5577bddb8b1166a54deb85d8 (patch) | |
tree | b728013a1365918d6d89b3bc11b4282eff7d110f /src | |
parent | ed01a15d4dd82a6cdc933e1638151fe85ec08856 (diff) | |
download | tor-270b942edf433b2f5577bddb8b1166a54deb85d8.tar.gz tor-270b942edf433b2f5577bddb8b1166a54deb85d8.zip |
Note where torrc goes.
svn:r2865
Diffstat (limited to 'src')
-rw-r--r-- | src/config/torrc.sample.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in index 72be7d3dd6..f039318f4e 100644 --- a/src/config/torrc.sample.in +++ b/src/config/torrc.sample.in @@ -1,4 +1,10 @@ ## Configuration file for a typical tor user +# +# On Unix, Tor will look for this file in someplace like "~/.tor/torrc" or +# "/etc/torrc" . +# +# On Windows, Tor will look for its configuration file in someplace like +# Application Data\tor or Application Data\<username>\tor . ## Replace this with "SocksPort 0" if you don't want clients to connect. SocksPort 9050 # what port to advertise for application connections |