From 1ecd9744194bf741cdd3841d2194c80cda556a33 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Mon, 25 Feb 2019 22:59:38 -0500 Subject: [PATCH] punctuation fix in manual --- docs/MANUAL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/MANUAL.md b/docs/MANUAL.md index a05666ba..8366aa03 100644 --- a/docs/MANUAL.md +++ b/docs/MANUAL.md @@ -607,7 +607,7 @@ Versions of ZNC prior to 1.7 have a [bug](https://github.com/znc/znc/issues/1212 Oragono has code support for adding an .onion address to an IRC server, or operating an IRC server as a Tor hidden service. This is subtle, so you should be familiar with the [Tor Project](https://www.torproject.org/) and the concept of a [hidden service](https://www.torproject.org/docs/tor-onion-service.html.en). -There are two possible ways to serve Oragono over Tor. One is to add a .onion address to a server that also serves non-Tor clients, and whose IP address is public information. This is relatively straightforward. Add a separate listener, for example `127.0.0.2:6668`, to Oragono's `server.listen`, then add it to `server.tor-listeners.listeners` Configure Tor like this: +There are two possible ways to serve Oragono over Tor. One is to add a .onion address to a server that also serves non-Tor clients, and whose IP address is public information. This is relatively straightforward. Add a separate listener, for example `127.0.0.2:6668`, to Oragono's `server.listen`, then add it to `server.tor-listeners.listeners`. Then configure Tor like this: ```` HiddenServiceDir /var/lib/tor/oragono_hidden_service