From 6a0204e95aa5358ef2bf7714559ccd366dba4617 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Thu, 19 Nov 2020 19:43:31 -0500 Subject: New upstream version 1.1.9. --- src/config.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index 5302262..da468a5 100644 --- a/src/config.h +++ b/src/config.h @@ -40,10 +40,12 @@ struct IRCConf int port; int tls; int tls_hostname_verification; + char *rsa_private_key_file; + char *tls_certificate_file; time_t readtimeout; time_t reconnectinterval; char *password; - char *vhost; + char *bind; char *nickserv; char *oper; char *mode; @@ -88,7 +90,7 @@ struct ScannerConf node_t node; /**< List node; linked into ScannerItemList */ char *name; list_t protocols; - char *vhost; + char *bind; int fd; char *target_ip; int target_port; -- cgit v1.2.3