소스 검색

Describe where to find torrc on OS X

svn:r3889
Nick Mathewson 20 년 전
부모
커밋
efb5db449a
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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.