This commit is contained in:
		
							parent
							
								
									2d64c525bb
								
							
						
					
					
						commit
						bea4aa6c80
					
				
					 2 changed files with 29 additions and 0 deletions
				
			
		
							
								
								
									
										9
									
								
								README.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								README.md
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,9 @@
 | 
				
			||||||
 | 
					# wstunnel
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Wstunnel uses the websocket protocol which is compatible with http in order to bypass firewalls and proxies. Wstunnel allows you to tunnel whatever traffic you want and access whatever resources/site you need.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Understand command line syntax <a name="syntax"></a>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Wstunnel command line mimic ssh tunnel syntax.
 | 
				
			||||||
 | 
					You can take reference to [this article](https://iximiuz.com/en/posts/ssh-tunnels/), or this diagram to understand
 | 
				
			||||||
 | 
					
 | 
				
			||||||
							
								
								
									
										20
									
								
								package.yml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								package.yml
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,20 @@
 | 
				
			||||||
 | 
					name       : wstunnel
 | 
				
			||||||
 | 
					version    : 10.1.10
 | 
				
			||||||
 | 
					release    : 1
 | 
				
			||||||
 | 
					source     :
 | 
				
			||||||
 | 
					    - https://github.com/erebe/wstunnel/archive/refs/tags/v10.1.10.tar.gz : 803bbc3274617ec67a141ae41488054d7edb103da8570a58b0134a5c68645ffe
 | 
				
			||||||
 | 
					homepage   : https://github.com/erebe/wstunnel
 | 
				
			||||||
 | 
					license    : BSD-3-Clause
 | 
				
			||||||
 | 
					component  : network.util
 | 
				
			||||||
 | 
					summary    : Tunnel all your traffic over websocket protocol - Bypass firewalls/DPI
 | 
				
			||||||
 | 
					description: |
 | 
				
			||||||
 | 
					    Wstunnel uses the websocket protocol which is compatible with http in order to bypass firewalls and proxies. Wstunnel allows you to tunnel whatever traffic you want and access whatever resources/site you need.
 | 
				
			||||||
 | 
					builddeps  :
 | 
				
			||||||
 | 
					    - rust
 | 
				
			||||||
 | 
					networking : yes
 | 
				
			||||||
 | 
					setup      : |
 | 
				
			||||||
 | 
					    %cargo_fetch
 | 
				
			||||||
 | 
					build      : |
 | 
				
			||||||
 | 
					    %cargo_build --package wstunnel-cli
 | 
				
			||||||
 | 
					install    : |
 | 
				
			||||||
 | 
					    %cargo_install
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue