diff options
Diffstat (limited to 'doc/en/weechat_user.en.adoc')
-rw-r--r-- | doc/en/weechat_user.en.adoc | 33 |
1 files changed, 13 insertions, 20 deletions
diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc index 67a7f88f5..5e95f60ce 100644 --- a/doc/en/weechat_user.en.adoc +++ b/doc/en/weechat_user.en.adoc @@ -2989,12 +2989,12 @@ Reconnect to the server: /reconnect libera ---- -[[irc_tor_freenode]] -==== Connect to Freenode with TOR/SASL +[[irc_tor_sasl]] +==== Connect with TOR and SASL -In addition to SSL, Freenode 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. +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): @@ -3009,20 +3009,16 @@ port depend on your TOR configuration): /proxy add tor socks5 127.0.0.1 9050 ---- -Now, add a new server, for example: +Now, add a new server (replace server name "irc-tor" and the address by a valid one): ---- -/server add freenode-tor ajnvpgl6prmkb7yktvue6im5wiedlz2w32uhcwaamdiecdrfpwwgnlqd.onion +/server add irc-tor this.is.the.address.onion ---- -[NOTE] -If you are using an old version of TOR (before 0.3.5) you should use the address -`freenodeok2gncmy.onion` instead. - Set proxy for TOR: ---- -/set irc.server.freenode-tor.proxy "tor" +/set irc.server.irc-tor.proxy "tor" ---- Set SASL authentication with ECDSA-NIST256P-CHALLENGE (see the chapter @@ -3030,20 +3026,17 @@ Set SASL authentication with ECDSA-NIST256P-CHALLENGE (see the chapter a private key): ---- -/set irc.server.freenode-tor.sasl_mechanism ecdsa-nist256p-challenge -/set irc.server.freenode-tor.sasl_username "your_nickname" -/set irc.server.freenode-tor.sasl_key "${weechat_config_dir}/ecdsa.pem" +/set irc.server.irc-tor.sasl_mechanism ecdsa-nist256p-challenge +/set irc.server.irc-tor.sasl_username "your_nickname" +/set irc.server.irc-tor.sasl_key "${weechat_config_dir}/ecdsa.pem" ---- -And finally, connection to server: +And finally, connect to the server: ---- -/connect freenode-tor +/connect irc-tor ---- -For more info about Freenode and TOR: -https://freenode.net/kb/answer/chat#accessing-freenode-via-tor - [[irc_smart_filter_join_part_quit]] ==== Smart filter for join/part/quit messages |