]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/commitdiff
tlsproxyhelper.c: Add description.
authorSimon Ruderich <simon@ruderich.org>
Sat, 10 Aug 2013 14:58:46 +0000 (16:58 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 7 Dec 2013 21:45:06 +0000 (22:45 +0100)
lib/tlsproxyhelper.c

index a37e0224dc9eac6332a1a0a11b3dd5a3f61531c1..529dc55d922a39c5287fce0b94ebb7fd21aee2ea 100644 (file)
@@ -1,3 +1,16 @@
+/*
+ * Simple LD_PRELOAD wrapper for connect() which uses tlsproxy as proxy for
+ * programs which don't support setting a TLS proxy.
+ *
+ * The following environment variables can be used:
+ *
+ * - TLSPROXYHELPER_PORT: port where tlsproxy is running (default 9000)
+ *
+ * If an error occurs -1 is returned and errno is set (either EAFNOSUPPORT if
+ * another protocol besides IPv4/IPv6 was used, or EINVAL if another error
+ * occurred). The error is written to stderr with "tlsproxyhelper:" as prefix.
+ */
+
 /*
  * Copyright (C) 2011-2013  Simon Ruderich
  *