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
OnionServiceProxyConfigMapfrom aVecofOnionServiceProxyConfig; enforce thatHsNicknames are unique.
Type Aliasesยง
- Onion
Service ๐Proxy Config Map onion-service-service - Alias for a
BTreeMapofOnionServiceProxyConfig; used to make [derive_builder] happy. - Proxy
Builder ๐Map - The serialized format of an
OnionServiceProxyConfigMapBuilder: a map fromHsNicknameto [OnionServiceConfigBuilder].