commit 0f1625658aef7252f4c0bb908b17881f49d76639 Author: Isis Lovecruft isis@torproject.org Date: Sat May 4 17:41:50 2013 +0000
Fix formatting in the README which was causes half the page show up as code.
* [ci skip] CI unneeded; docfix. --- README.md | 15 +++++++-------- 1 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md index fd3380e..14a30be 100644 --- a/README.md +++ b/README.md @@ -88,8 +88,7 @@ If you want to use the HTTPS test helper, you will need to create a certificate: rm server.csr
If you decide to put your certificate and key somewhere else, don't forget to -update oonib.conf options ```helpers.ssl.private_key``` and -```helpers.ssl.certificate```! +update oonib.conf options ```helpers.ssl.private_key``` and ```helpers.ssl.certificate``` !
## Redirect low ports with iptables The following iptables commands will map connections on low ports to those @@ -104,13 +103,13 @@ bound by oonib: # Map port 53 tcp to config.helpers.dns.tcp_port (default: 57005) iptables -t nat -A PREROUTING -p tcp -m tcp --dport 53 -j REDIRECT --tor-ports
-# (For Experts Only) Tor2webmode: +# (For Experts Only) Tor2webmode: +**WARNING**: provides no anonymity! Use only if you know what you are doing! +Tor2webmode will improve the performance of the collector Hidden Service by +discarding server-side anonymity.
-WARNING: provides no anonymity! Use only if you know what you are doing! -Tor2webmode will improve the performance of the collector Hidden Service -by discarding server-side anonymity. - -You will need to build Tor from source. At the time of writing, the latest stable Tor is tor-0.2.3.25. You should use the most recent stable Tor. +You will need to build Tor from source. At the time of writing, the latest +stable Tor is tor-0.2.3.25. You should use the most recent stable Tor.
Example:
tor-commits@lists.torproject.org