Module arti::onion_proxy

source ·
Available on crate feature onion-service-service only.
Expand description

Configure and implement onion service reverse-proxy feature.

Structs

Type Aliases

  • The serialized format of an OnionServiceProxyConfigListBuilder: a map from nickname to OnionServiceConfigBuilder
  • Alias for a Vec of OnionServiceProxyConfig; used to make derive_builder happy.