diff options
author | Runciter | 2025-05-19 23:35:43 +0800 |
---|---|---|
committer | Runciter | 2025-05-19 23:35:43 +0800 |
commit | 458e68faab7cf84621ccdd197b1c344eb303bb9c (patch) | |
tree | 78e0c5a89dc76176f98dc91cd1922842c9b3de97 | |
parent | f185a299a61a5d88c48869a6801545ed59fef59a (diff) | |
download | whispers-doc-458e68faab7cf84621ccdd197b1c344eb303bb9c.tar.gz |
M doc/whispers.texi
In configuration record type whispers-forwarding;
Add field stealth-extra-forwards
-rw-r--r-- | doc/whispers.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/whispers.texi b/doc/whispers.texi index c527900..d15e893 100644 --- a/doc/whispers.texi +++ b/doc/whispers.texi @@ -1053,6 +1053,13 @@ part of the dynamic forward to @code{stealth-sshd-host}, when the baseline connection service's command is extended in such a way that it auto-magically uses this port of localhost to proxy its own connection. +@item @code{stealth-extra-forwards} (default @code{'()}) +A list of records of type @code{ssh-forward-configuration}, @xref{Client +system configuration,,,ssh-tunneler,SSH Tunneler Reference Manual}. Each +of its members configures a forwarding to be added to the ssh connection +of the client running whispers to the sshd of the proxy server providing +stealth, in addition to the dynamic forward used for stealth proper. + @item @code{%auto-start?} (default @code{#t)}) A boolean value. Whether the service and, when the @code{stealth?} field of this record is toggled, its proxying service should be |