소스 검색

added short blurb about ControlPort to sample torrc

svn:r3790
Geoff Goodell 20 년 전
부모
커밋
035c8d1b1c
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      src/config/torrc.sample.in

+ 5 - 0
src/config/torrc.sample.in

@@ -55,6 +55,11 @@ AllowUnverifiedNodes middle,rendezvous
 ## things in $HOME/.tor on Unix, and in Application Data\tor on Windows.
 #DataDirectory @LOCALSTATEDIR@/lib/tor
 
+## The port on which Tor will listen for local connections from Tor controller
+## applications, as documented in control-spec.txt.  NB: this feature is
+## currently experimental.
+#ControlPort 9051
+
 ############### This section is just for location-hidden services ###
 
 ## Look in .../hidden_service/hostname for the address to tell people.