X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=src%2Ftlsproxy.h;h=ae6a818f435729a2af734cda3e74eaa16206d931;hb=80e82203daef6daf7a16219876fc404e12f82c8a;hp=bcb9c2d34255245e2918c5d492396b51ccd9e870;hpb=5f6ff9f4d1bb1f4bdc01700110435aa1b29c2bcf;p=tlsproxy%2Ftlsproxy.git diff --git a/src/tlsproxy.h b/src/tlsproxy.h index bcb9c2d..ae6a818 100644 --- a/src/tlsproxy.h +++ b/src/tlsproxy.h @@ -55,6 +55,10 @@ char *global_proxy_port; /* Log level, command line option. */ int global_log_level; +/* Passthrough connections if no certificate is stored for this hostname? + * Specified on the command line. */ +int global_passthrough_unknown; + /* "Global" GnuTLS data used by all threads, read only. */ gnutls_priority_t tls_priority_cache; gnutls_dh_params_t tls_dh_params;