aboutsummaryrefslogtreecommitdiff
path: root/whispers/services/ssh-tunneler.scm
diff options
context:
space:
mode:
authorRunciter2025-05-19 23:56:05 +0800
committerRunciter2025-05-19 23:56:05 +0800
commitf21e30b72e313ab04c70a23895d667fcfc6de002 (patch)
tree23458bd196cc072422144d2ab4c0b954f35bff08 /whispers/services/ssh-tunneler.scm
parent1a0650ca0216f9870cd072631ae1580c0ceb9dc2 (diff)
downloadwhispers-f21e30b72e313ab04c70a23895d667fcfc6de002.tar.gz
Add configurable extra forwardings to stealth proxy in whispers ssh.HEADtrunk
M whispers/packages/doc.scm Update ssh-tunneler-doc package to latest commit; Update whispers-doc package to latest commit M whispers/services/ssh-tunneler.scm In record type socks-proxy-configuration; Improve comments to the dynamic-forward member. M whispers/services/whispers/ssh.scm In record type whispers-forwarding; Add member stealth-extra-forwards; Use it to extend extra forwardings to proxy server sshd
Diffstat (limited to 'whispers/services/ssh-tunneler.scm')
-rw-r--r--whispers/services/ssh-tunneler.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/whispers/services/ssh-tunneler.scm b/whispers/services/ssh-tunneler.scm
index 7559336..505273e 100644
--- a/whispers/services/ssh-tunneler.scm
+++ b/whispers/services/ssh-tunneler.scm
@@ -294,7 +294,8 @@
(thunked))
;; #f, or a guix record returned by a call to
;; (ssh-connection-configuration
- ;; (forwards (list (dynamic-forward-configuration ...)))
+ ;; (forwards (list (dynamic-forward-configuration ...)
+ ;; ...))
;; ...)
(dynamic-forward socks-proxy-configuration-dynamic-forward
(default #f)))