diff options
| author | 2020-11-19 19:43:31 -0500 | |
|---|---|---|
| committer | 2020-11-19 19:43:31 -0500 | |
| commit | 6a0204e95aa5358ef2bf7714559ccd366dba4617 (patch) | |
| tree | 18e4e77b04125f3da8c6b97903d043afe3b5826d /src/config.h | |
| parent | de54987ff29489950322f3408ea91651f4f48b4a (diff) | |
New upstream version 1.1.9.upstream/1.1.9
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 6 |
1 files changed, 4 insertions, 2 deletions
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; |
