Skip to content

Commit 54d478d

Browse files
committed
fixup! CP-310090 Stunnel lib: Expose unix socket path for TLS proxy
1 parent 805a19c commit 54d478d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

ocaml/libs/stunnel/stunnel.mli

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,11 @@ val with_client_proxy_systemd_service :
102102

103103
module UnixSocketProxy : sig
104104
(** Handle for a long-running stunnel proxy that exposes TLS connection
105-
via a UNIX socket file. *)
105+
via a UNIX socket file.
106+
This module allows to create stunnel clients. But in XAPI, if you are
107+
finding a stunnel client to use, you probably should use stunnel_cache.ml.
108+
Stunnel instances there are managed and reused.
109+
*)
106110
type t
107111

108112
val socket_path : t -> string

0 commit comments

Comments
 (0)