summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2020-10-12 17:28:11 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2020-10-12 17:28:11 -0400
commitde54987ff29489950322f3408ea91651f4f48b4a (patch)
tree83b1044de758ca3035dd2b1ec2a500b091f9ec37 /doc
parentf3179749aec8eec40166576bef7e0daf893939d4 (diff)
New upstream version 1.1.8.upstream/1.1.8
Diffstat (limited to 'doc')
-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;