diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/config/torrc.sample.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in index 2ace3c42d2..d631c57647 100644 --- a/src/config/torrc.sample.in +++ b/src/config/torrc.sample.in @@ -35,7 +35,7 @@ SocksBindAddress 127.0.0.1 # accept connections only from localhost ## This stuff is so bleeding-edge that my teeth hurt just thinking ## about it. -#HiddenServiceDirectory /tmp/hidden_service/ +#HiddenServiceDir /tmp/hidden_service/ #HiddenServicePort 80 127.0.0.1:80 #HiddenServicePort 22 127.0.0.1:22 #HiddenServiceNodes moria1,moria2 |