Module arti::onion_proxy

source ·
Expand description

Configure and implement onion service reverse-proxy feature.

Structs§

Functions§

  • build_list 🔒
    Construct a OnionServiceProxyConfigList from a vec of OnionServiceProxyConfig; enforce that nicknames are unique.

Type Aliases§

  • OnionServiceProxyConfigMap 🔒 onion-service-service
    Alias for a BTreeMap of OnionServiceProxyConfig; used to make derive_builder happy.
  • The serialized format of an OnionServiceProxyConfigListBuilder: a map from nickname to OnionServiceConfigBuilder