forked from coolaj86/telebit.js
		
	Update 'lib/html/index.html'
Rachel's edits to index.html to make information easier to understand.
This commit is contained in:
		
							parent
							
								
									ceddf444b0
								
							
						
					
					
						commit
						7db8a7a4ae
					
				| @ -51,18 +51,19 @@ | |||||||
| 
 | 
 | ||||||
|     <div> |     <div> | ||||||
|       <h2>You've claimed <span class="js-servername">{{servername}}</span></h2> |       <h2>You've claimed <span class="js-servername">{{servername}}</span></h2> | ||||||
|       <p>Here's some ways you can use it:</p> |       <p>Here's some ways you can use Telebit via Terminal or other Command Line Interface:</p> | ||||||
|       <div class="code-block"> |       <div class="code-block"> | ||||||
|         <pre><code>telebit http ~/Public            # serve a public folder |         <pre><code>~/telebit ssh auto            # to start sharing files and folders locally use this string to begin</code></pre> | ||||||
| telebit http 3000                # forward all https traffic to localhost:3000 |         <pre><code>~/telebit http ~/Public            # serve a public folder | ||||||
| telebit http none                # remove all https handlers</code></pre> | ~/telebit http 3000                # forward all https traffic to localhost:3000 | ||||||
|  | ~/telebit http none                # remove all https handlers</code></pre> | ||||||
|       </div> |       </div> | ||||||
|     </div> |     </div> | ||||||
|     <p>You can <em>always</em> tunnel <strong>SSH over HTTPS</strong>, |     <p>And remember you can <em>always</em> tunnel <strong>SSH over HTTPS</strong>, | ||||||
|       even while you're using it for something else:</p> |       even while you're using it for something else:</p> | ||||||
|       <div class="code-block"><pre><code>telebit ssh auto</code></pre> |     <p><strong>Here are some examples for those of you that want to access files and folders remotely via SSH tunneling</strong></p> | ||||||
|  |       <div class="code-block"><pre><code>~/telebit ssh <span class="js-servername">{{servername}}</span></code></pre> | ||||||
|       	<br> |       	<br> | ||||||
| 				<pre><code>telebit ssh <span class="js-servername">{{servername}}</span></code></pre> |  | ||||||
|     		- or - |     		- or - | ||||||
|     		<pre><code>ssh -o ProxyCommand='<a href="https://telebit.cloud/sclient">sclient</a> %h' <span class="js-servername">{{servername}}</span></code></pre> |     		<pre><code>ssh -o ProxyCommand='<a href="https://telebit.cloud/sclient">sclient</a> %h' <span class="js-servername">{{servername}}</span></code></pre> | ||||||
|     		- or - |     		- or - | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user