aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference.conf
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2020-10-12 17:28:19 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2020-10-12 17:28:19 -0400
commit7dbc61cd44b6a1beb2a8b97218b4557cf4537695 (patch)
tree7acca86c3d44b3ce49c333c996140e3b2add5e86 /doc/reference.conf
parent52b37d79f628ef188976a8cc7d5c160e906a6732 (diff)
parentde54987ff29489950322f3408ea91651f4f48b4a (diff)
Update upstream source from tag 'upstream/1.1.8'
Update to upstream version '1.1.8' with Debian dir 29ac11c1c75084bb121c7850b8f9f7bbd2fb8b3c
Diffstat (limited to 'doc/reference.conf')
-rw-r--r--doc/reference.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/reference.conf b/doc/reference.conf
index 0c4a2bb..69eb210 100644
--- a/doc/reference.conf
+++ b/doc/reference.conf
@@ -143,6 +143,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
*/
readtimeout = 15 minutes;