Module arti::onion_proxy
source · Available on crate feature
onion-service-service
only.Expand description
Configure and implement onion service reverse-proxy feature.
Structs
- Configuration for running an onion service from
arti
. - Builder object to construct an
OnionServiceProxyConfig
. - Wrapper struct to help derive_builder find the right types and methods
- Proxy 🔒A running onion service and an associated reverse proxy.
- ProxySet 🔒A set of configured onion service proxies.
Type Aliases
- The serialized format of an OnionServiceProxyConfigListBuilder: a map from nickname to
OnionServiceConfigBuilder
- Alias for a
Vec
ofOnionServiceProxyConfig
; used to make derive_builder happy.