diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-06-26 16:38:05 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-06-26 16:38:05 +0200 |
commit | d3cdccc27479a19c1f91fb55883f368177cfe9a3 (patch) | |
tree | 87ed90187feb86f8e8f2e178498e4fa679283e3a /doc/en | |
parent | 42a0a19828e223fd3ec3ed789f8b6a80e9cd8215 (diff) | |
download | weechat-d3cdccc27479a19c1f91fb55883f368177cfe9a3.zip |
doc/user: replace TOR by Tor
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_user.en.adoc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc index 16f41d47d..d17323f5f 100644 --- a/doc/en/weechat_user.en.adoc +++ b/doc/en/weechat_user.en.adoc @@ -3691,20 +3691,20 @@ server buffers: ---- [[irc_tor_sasl]] -==== Connect with TOR and SASL +==== Connect with Tor and SASL -Some servers support connections with TOR (https://www.torproject.org/), +Some servers support connections with Tor (https://www.torproject.org/), a network of virtual tunnels that allows people and groups to improve their privacy and security on the Internet. -In first place, install TOR. For Debian (and derived): +In first place, install Tor. For Debian (and derived): ---- $ sudo apt-get install tor ---- -In WeeChat you need to add a socks5 proxy for TOR service (hostname/IP and -port depend on your TOR configuration): +In WeeChat you need to add a socks5 proxy for Tor service (hostname/IP and +port depend on your Tor configuration): ---- /proxy add tor socks5 127.0.0.1 9050 @@ -3716,7 +3716,7 @@ Now, add a new server (replace server name "irc-tor" and the address by a valid /server add irc-tor this.is.the.address.onion ---- -Set proxy for TOR: +Set proxy for Tor: ---- /set irc.server.irc-tor.proxy "tor" |