Add an item in the FAQ about secure connections.

This commit is contained in:
Valentin Lorentz 2016-02-21 09:37:38 +01:00
parent 16a578cd71
commit f052b6609d

View File

@ -246,6 +246,26 @@ Or just for one channel::
config channel #channel supybot.reply.whenAddressedBy.nick False
config channel #channel supybot.reply.whenAddressedBy.nick.atEnd False
How to make a connection secure?
================================
First, you should make the bot use SSL for each network::
config supybot.networks.<NETWORK>.ssl on
Then, you must update the server port for the network the bot connects to (this is
usually 6697, but some networks use a different one)::
config supybot.networks.<NETWORK>.servers irc.network.com/6697
In the previous command, you must of course replace `irc.network.com` with the
hostname of a server of the network. You could either check out the network's
website, or get the current one, with this command::
config supybot.networks.<NETWORK>.servers
.. _blocks: http://freenode.net/faq.shtml#blockingmessages
.. _tsocks: http://tsocks.sourceforge.net
.. _issue tracker: https://github.com/ProgVal/Limnoria/issues