소스 검색

make slightly clearer that socksport is for local applications

svn:r3901
Roger Dingledine 20 년 전
부모
커밋
452563e157
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/config/torrc.sample.in

+ 1 - 1
src/config/torrc.sample.in

@@ -12,7 +12,7 @@
 
 ## Replace this with "SocksPort 0" if you plan to run Tor only as a
 ## server, and not make any local application connections yourself.
-SocksPort 9050 # what port to open for application connections
+SocksPort 9050 # what port to open for local application connections
 SocksBindAddress 127.0.0.1 # accept connections only from localhost
 #SocksBindAddress 192.168.0.1:9100 # listen on a chosen IP/port too