[proxy] Fix rendering for top-level rustdoc (#113)
Signed-off-by: clemensw <clemensw@users.noreply.github.com>
This commit is contained in:
parent
cb73e42fab
commit
84ab38414e
|
@ -82,6 +82,7 @@ use outbound::Outbound;
|
||||||
/// Runs a sidecar proxy.
|
/// Runs a sidecar proxy.
|
||||||
///
|
///
|
||||||
/// The proxy binds two listeners:
|
/// The proxy binds two listeners:
|
||||||
|
///
|
||||||
/// - a private socket (TCP or UNIX) for outbound requests to other instances;
|
/// - 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
|
/// - and a public socket (TCP and optionally TLS) for inbound requests from other
|
||||||
/// instances.
|
/// instances.
|
||||||
|
|
Loading…
Reference in New Issue