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
OnionServiceProxyConfigMap
from aVec
ofOnionServiceProxyConfig
; enforce that [HsNickname
]s 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
OnionServiceProxyConfigMapBuilder
: a map from [HsNickname
] to [OnionServiceConfigBuilder
].