aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/config/torrc.sample.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in
index 34c27d409f..d9016165ee 100644
--- a/src/config/torrc.sample.in
+++ b/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