diff options
author | Roger Dingledine <arma@torproject.org> | 2006-06-29 13:10:08 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-06-29 13:10:08 +0000 |
commit | 1f407c174d8c76fdf0d15fb8284e8a45318c867a (patch) | |
tree | ced0b74f73e93d6948e245fdb6766ba9ea63b776 | |
parent | 475eb5d6fe5cbda92cdb03a3254977d793c27940 (diff) | |
download | tor-1f407c174d8c76fdf0d15fb8284e8a45318c867a.tar tor-1f407c174d8c76fdf0d15fb8284e8a45318c867a.tar.gz |
remove the word 'middleman' from the sample torrc
svn:r6703
-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 eab888f57..2770bc48d 100644 --- a/src/config/torrc.sample.in +++ b/src/config/torrc.sample.in @@ -135,5 +135,5 @@ SocksListenAddress 127.0.0.1 # accept connections only from localhost ## #ExitPolicy accept *:6660-6667,reject *:* # allow irc ports but no more #ExitPolicy accept *:119 # accept nntp as well as default exit policy -#ExitPolicy reject *:* # middleman only -- no exits allowed +#ExitPolicy reject *:* # no exits allowed |