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
].