diff --git a/proxy/src/lib.rs b/proxy/src/lib.rs index 69c81f779..db77f0607 100644 --- a/proxy/src/lib.rs +++ b/proxy/src/lib.rs @@ -82,6 +82,7 @@ use outbound::Outbound; /// Runs a sidecar proxy. /// /// The proxy binds two listeners: +/// /// - a private socket (TCP or UNIX) for outbound requests to other instances; /// - and a public socket (TCP and optionally TLS) for inbound requests from other /// instances.