diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-09-12 15:37:47 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-09-12 15:37:47 -0400 |
commit | 45439bfced7f41c2e0beecb715880cb83d421618 (patch) | |
tree | d9eeadc99a5ccf89eb55e1fa736ce77ae7981cbb /src | |
parent | 1f5a7917f5e742c9d64c835439a5ea337e9e934a (diff) | |
download | tor-45439bfced7f41c2e0beecb715880cb83d421618.tar tor-45439bfced7f41c2e0beecb715880cb83d421618.tar.gz |
Revert "6819: typo in torrc.sample.in"
This reverts commit 4aff97cfc7965414ad8506ce28a296da1bc4a161.
We don't actually want to be changing the torrc.sample on stable or
near-stable stuff, since doing so makes pointless busywork for debian
users.
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 f30fc32fd..a1a08aa8f 100644 --- a/src/config/torrc.sample.in +++ b/src/config/torrc.sample.in @@ -16,7 +16,7 @@ ## configure one below. Set "SocksPort 0" if you plan to run Tor only ## as a relay, and not make any local application connections yourself. #SocksPort 9050 # Default: Bind to localhost:9050 for local connections. -#SocksPort 192.168.0.1:9100 # Bind to this address:port too. +#SocksPort 192.168.0.1:9100 # Bind to this adddress:port too. ## Entry policies to allow/deny SOCKS requests based on IP address. ## First entry that matches wins. If no SocksPolicy is set, we accept |