aboutsummaryrefslogtreecommitdiffstats
path: root/doc/proxy-server.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-12-23 20:55:17 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2025-12-23 20:55:17 +0000
commitf9dd94e40b93bc3b68f951317919c99ea2cb62c5 (patch)
treebbb2666d03f5fe8bed3fbdbc5908ffbe331387b5 /doc/proxy-server.html
parent418a5e936f0c504d4c1a19d2dcfdf7a95415ca54 (diff)
downloads6-networking-f9dd94e40b93bc3b68f951317919c99ea2cb62c5.tar.gz
Rewrite s6-tlsserver with gol
Diffstat (limited to 'doc/proxy-server.html')
-rw-r--r--doc/proxy-server.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/proxy-server.html b/doc/proxy-server.html
index 8dde3cb..3d404e7 100644
--- a/doc/proxy-server.html
+++ b/doc/proxy-server.html
@@ -36,7 +36,7 @@ for a direct connection.
<h2> Interface </h2>
<pre>
- proxy-server [ -1||--only-v1 | -2|--only-v2 ] [ -t <em>timeout</em> ] [ -v <em>verbosity</em> ] <em>prog...</em>
+ proxy-server [ -1|--only-v1 | -2|--only-v2 ] [ -t <em>timeout</em> ] [ -v <em>verbosity</em> ] <em>prog...</em>
</pre>
<ul>
@@ -153,7 +153,7 @@ is established, 1. it is probably an insecure setup (if you have a good reason t
set up a TLS tunnel between your proxy and your server, then the PROXY information
is worth protecting just as much as the rest of the data), 2. proxy-server needs
to be run between <a href="s6-tcpserver.html">s6-tcpserver</a> and
-<a href="s6-tlsd.html">s6-tlsd</a>, which you can do by using the (TBD) option
+<a href="s6-tlsd.html">s6-tlsd</a>, which you can do by using the -L option
to <a href="s6-tlsserver.html">s6-tlsserver</a> rather than explicitly calling
proxy-server on the command line. </li>
</ul>