Module arti::onion_proxy
source ยท 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.
- Proxy
Set ๐A set of configured onion service proxies.
Functionsยง
- build_
list ๐Construct a OnionServiceProxyConfigList from a vec of OnionServiceProxyConfig; enforce that nicknames are unique.
Type Aliasesยง
- Alias for a
BTreeMap
ofOnionServiceProxyConfig
; used to make derive_builder happy. - Proxy
Builder ๐Map The serialized format of an OnionServiceProxyConfigListBuilder: a map from nickname toOnionServiceConfigBuilder