]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/blobdiff - src/tlsproxy.h
Add -u option to pass through unknown hostnames.
[tlsproxy/tlsproxy.git] / src / tlsproxy.h
index bcb9c2d34255245e2918c5d492396b51ccd9e870..ae6a818f435729a2af734cda3e74eaa16206d931 100644 (file)
@@ -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;