commit 7ad8087892283e1d05b975c80550e4c9fd06cd61 Author: gus gus@torproject.org Date: Mon Dec 14 16:59:13 2020 -0500
Fix #173 --- content/relay-operations/technical-setup/post-install/contents.lr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/relay-operations/technical-setup/post-install/contents.lr b/content/relay-operations/technical-setup/post-install/contents.lr index 36a3c22..dbd00c6 100644 --- a/content/relay-operations/technical-setup/post-install/contents.lr +++ b/content/relay-operations/technical-setup/post-install/contents.lr @@ -91,7 +91,7 @@ ORPort [IPv6-address]:9001 ```
The location of that line in the configuration file does not matter. -You can simply add it next to the first ORPort lins in your torrc file. +You can simply add it next to the first ORPort lines in your torrc file.
Note: You have to explicitly specify your IPv6 address in square brackets, you can not tell tor to bind to any IPv6 (like you do for IPv4). If you have a global IPv6 address you should be able to find it in the output of the following command:
tor-commits@lists.torproject.org