From de54987ff29489950322f3408ea91651f4f48b4a Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Mon, 12 Oct 2020 17:28:11 -0400 Subject: New upstream version 1.1.8. --- doc/reference.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'doc/reference.conf') diff --git a/doc/reference.conf b/doc/reference.conf index 0c4a2bb..69eb210 100644 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -142,6 +142,17 @@ irc { */ port = 6667; + /* + * Whether to use TLS when connecting to the above server. + */ + tls = no; + + /* + * Checks if the host name defined above matches the identity in the + * certificate. + */ + tls_hostname_verification = yes; + /* * Defines time in which bot will timeout if no data is received */ -- cgit v1.2.3