diff options
| author | 2020-10-12 17:28:11 -0400 | |
|---|---|---|
| committer | 2020-10-12 17:28:11 -0400 | |
| commit | de54987ff29489950322f3408ea91651f4f48b4a (patch) | |
| tree | 83b1044de758ca3035dd2b1ec2a500b091f9ec37 /doc/reference.conf | |
| parent | f3179749aec8eec40166576bef7e0daf893939d4 (diff) | |
New upstream version 1.1.8.upstream/1.1.8
Diffstat (limited to 'doc/reference.conf')
| -rw-r--r-- | doc/reference.conf | 11 |
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; |
