From 49c07085b67534a95e48dc01980bde9f4ac74455 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 6 Nov 2024 16:38:05 +0000 Subject: [PATCH] add notes on tor PROXY port configuration --- include.conf.example | 45 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/include.conf.example b/include.conf.example index 009881c..eaf3d88 100644 --- a/include.conf.example +++ b/include.conf.example @@ -64,6 +64,51 @@ introtext="server loadavg:" name="LOADAVG"> +# from the torrc man page (latest / newer) +# HiddenServiceExportCircuitID protocol +# The onion service will use the given protocol to expose the global circuit identifier +# of each inbound client circuit. The only protocol supported right now 'haproxy'. +# This option is only for v3 services. (Default: none) +# +# Create a hidden service and set HiddenServiceExportCircuitID to 'haproxy' in the +# torrc, then enable this binding: +# +# + +# and enable the corresponding connect block: +# + +# uncomment this line to masquerade tor users with a cloaked hostmask (uncloaked is +# an fc00::/7 address that corresponds to a Tor circuit ID provided via PROXY +# protocol) + +# +