2
0
mirror of https://git.coolaj86.com/coolaj86/telebit-relay.js.git synced 2025-02-24 01:48:05 +00:00

fix ssh doc bug

This commit is contained in:
AJ ONeal 2018-06-15 05:05:18 +00:00
parent f8c7517b14
commit f0df611886

View File

@ -47,7 +47,7 @@
<pre><code>&gt; Serving ssh at lucky-duck-42.telebit.cloud on port 5050
&gt; ex: ssh lucky-duck-42.telebit.cloud -p 5050
&gt; ex: ssh lucky-duck-42.telebit.cloud -o \
ProxyCommand='openssl s_client -connect %h:443 -quiet'</code></pre>
ProxyCommand='openssl s_client -connect %h:443 -servername %h -quiet'</code></pre>
</div>
</div>