Procházet zdrojové kódy

Describe where to find torrc on OS X

svn:r3889
Nick Mathewson před 20 roky
rodič
revize
efb5db449a
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. 4 0
      src/config/torrc.sample.in

+ 4 - 0
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.