mirror of
https://github.com/Mikaela/Limnoria-doc.git
synced 2024-12-28 22:32:35 +01:00
Add an item in the FAQ about secure connections.
This commit is contained in:
parent
16a578cd71
commit
f052b6609d
20
use/faq.rst
20
use/faq.rst
@ -246,6 +246,26 @@ Or just for one channel::
|
|||||||
config channel #channel supybot.reply.whenAddressedBy.nick False
|
config channel #channel supybot.reply.whenAddressedBy.nick False
|
||||||
config channel #channel supybot.reply.whenAddressedBy.nick.atEnd 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
|
.. _blocks: http://freenode.net/faq.shtml#blockingmessages
|
||||||
.. _tsocks: http://tsocks.sourceforge.net
|
.. _tsocks: http://tsocks.sourceforge.net
|
||||||
.. _issue tracker: https://github.com/ProgVal/Limnoria/issues
|
.. _issue tracker: https://github.com/ProgVal/Limnoria/issues
|
||||||
|
Loading…
Reference in New Issue
Block a user