Expand description
Configure and implement onion service reverse-proxy feature.
Structsยง
- Onion
Service Proxy Config - Configuration for running an onion service from
arti
. - Onion
Service Proxy Config Builder - Builder object to construct an
OnionServiceProxyConfig
. - Onion
Service Proxy Config MapBuilder - 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ยง
- Onion
Service ๐Proxy Config Map onion-service-service
- Alias for a
BTreeMap
ofOnionServiceProxyConfig
; used to make derive_builder happy. - Proxy
Builder ๐Map - The serialized format of an OnionServiceProxyConfigListBuilder:
a map from nickname to
OnionServiceConfigBuilder