diff options
Diffstat (limited to 'doc')
| -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; |
