Crate tor_hsrproxy

source ·
Expand description

§tor-hsrproxy

A “reverse proxy” implementation for onion services.

This crate is used in connection with tor-hsservice to crate an onion service that works by opening connections to local services.

It is a separate crate from tor-hsservice because it is only one of the possible ways to handle incoming onion service streams.

Re-exports§

Modules§

  • Configuration logic for onion service reverse proxy.

Structs§

  • A reverse proxy that handles connections from an OnionService by routing them to local addresses.