diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-12-23 20:55:17 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2025-12-23 20:55:17 +0000 |
| commit | f9dd94e40b93bc3b68f951317919c99ea2cb62c5 (patch) | |
| tree | bbb2666d03f5fe8bed3fbdbc5908ffbe331387b5 /doc/proxy-server.html | |
| parent | 418a5e936f0c504d4c1a19d2dcfdf7a95415ca54 (diff) | |
| download | s6-networking-f9dd94e40b93bc3b68f951317919c99ea2cb62c5.tar.gz | |
Rewrite s6-tlsserver with gol
Diffstat (limited to 'doc/proxy-server.html')
| -rw-r--r-- | doc/proxy-server.html | 4 |
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> |
