mirror of https://github.com/linkerd/linkerd2.git
[proxy] Fix rendering for top-level rustdoc (#113)
Signed-off-by: clemensw <clemensw@users.noreply.github.com>
This commit is contained in:
parent
caeb83a526
commit
b1831cd415
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue