From 3b25e2ed2f2789161c94c882aa5e366fb71fa87c Mon Sep 17 00:00:00 2001 From: simplypeachy Date: Sun, 24 Jan 2016 16:50:58 +0000 Subject: [PATCH] Fix error in unprivileged user section Thanks to emdete on IRC for pointing out the error. --- users/relaying.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/relaying.rst b/users/relaying.rst index 7e36638d6..16d617d50 100644 --- a/users/relaying.rst +++ b/users/relaying.rst @@ -117,7 +117,7 @@ Running on port 443 as an unprivileged user It is recommended that you run the relay on port 443 (or another port which is commonly allowed through corporate firewalls), in order to maximise the chances -that people are able to connect. However, binding to ports below 1000 requires +that people are able to connect. However, binding to ports below 1024 requires root privileges, and running a relay as root is not recommended. Thankfully there are a couple of approaches available to you.