comment out tcp instructions for now

This commit is contained in:
AJ ONeal 2018-09-25 01:29:21 -06:00
parent e875b28f76
commit 3678c871cf
1 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ ssh -o ProxyCommand="$proxy_cmd" <span class="js-servername">{{servername}}</spa
<pre><code>ssh -o ProxyCommand='openssl s_client -connect %h:443 -servername %h -quiet' <span class="js-servername">{{servername}}</span></code></pre>
<div class="js-port" hidden>
<!--div class="js-port" hidden>
<h2>You've claimed port <span class="js-serviceport">{{serviceport}}</span></h2>
<p>Here's some ways you can use it:</p>
<div class="code-block"><pre><code>telebit tcp 3000 # forward all tcp traffic to localhost:3000
@ -83,7 +83,7 @@ telebit tcp none # remove all tcp handlers</code></pre>
<div class="code-block"><pre><code>telebit ssh 22
ssh <span class="js-servername">{{servername}}</span> -p <span class="js-serviceport">{{serviceport}}</span></code></pre></div>
</div>
</div -->
<script src="js/app.js"></script>
</body>