summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-03-27 01:11:45 +0000
committerNick Mathewson <nickm@torproject.org>2005-03-27 01:11:45 +0000
commitefb5db449a13a6cf87799c71a84b18b144e6e163 (patch)
tree35e433bcae1c69d156728f55867bc939747449ef
parent19553eebec80b01b79e67299e0de3c7865197aad (diff)
downloadtor-efb5db449a13a6cf87799c71a84b18b144e6e163.tar.gz
tor-efb5db449a13a6cf87799c71a84b18b144e6e163.zip
Describe where to find torrc on OS X
svn:r3889
-rw-r--r--src/config/torrc.sample.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in
index c2d8ae71d5..c954b93f9c 100644
--- a/src/config/torrc.sample.in
+++ b/src/config/torrc.sample.in
@@ -5,6 +5,10 @@
#
# On Windows, Tor will look for the configuration file in someplace like
# "Application Data\tor\torrc" or "Application Data\<username>\tor\torrc"
+#
+# With the default Mac OS X installer, Tor will look in ~/.tor/torrc or
+# /Library/Tor/torrc
+
## Replace this with "SocksPort 0" if you plan to run Tor only as a
## server, and not make any local application connections yourself.