소스 검색

Add examples for hidden services

svn:r1453
Nick Mathewson 21 년 전
부모
커밋
99dc566c18
1개의 변경된 파일13개의 추가작업 그리고 0개의 파일을 삭제
  1. 13 0
      src/config/torrc.sample.in

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

@@ -30,3 +30,16 @@ SocksBindAddress 127.0.0.1 # accept connections only from localhost
 #ExitPolicy accept 18.244.0.188:25,accept 18.244.0.114:25
 #ExitPolicy reject *:*
 
+##################### Below is just for location-hidden services ###
+
+## This stuff is so bleeding-edge that my teeth hurt just thinking
+## about it.
+
+#HiddenServiceDirectory /tmp/hidden_service/
+#HiddenServicePort 80 127.0.0.1:80
+#HiddenServicePort 22 127.0.0.1:22
+#HiddenServiceNodes moria1,moria2
+#HiddenServiceExcludeNodes bad,other_bad
+
+#HiddenServiceDirectory /tmp/other_hidden_service/
+#HiddenServicePort 80 127.0.0.1:80