From 270b942edf433b2f5577bddb8b1166a54deb85d8 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sun, 14 Nov 2004 19:08:08 +0000 Subject: [PATCH] Note where torrc goes. svn:r2865 --- src/config/torrc.sample.in | 6 ++++++ 1 file changed, 6 insertions(+) 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\\tor . ## Replace this with "SocksPort 0" if you don't want clients to connect. SocksPort 9050 # what port to advertise for application connections