You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
			
	
		
		
			
				
				
					
						
						
						
							 | 
							
							#!/bin/bash
 | 
						
						
						
						
							 | 
							
							# forksand-socks-ice1
 | 
						
						
						
						
							 | 
							
							# GPLv3+
 | 
						
						
						
						
							 | 
							
							# In Firefox, set the SOCKS 5 proxy to 127.0.0.1 on port 9995
 | 
						
						
						
						
							 | 
							
							# to use ice1 for the proxy
 | 
						
						
						
						
							 | 
							
							
 | 
						
						
						
						
							 | 
							
							set -x
 | 
						
						
						
						
							 | 
							
							
 | 
						
						
						
						
							 | 
							
							ssh \
 | 
						
						
						
						
							 | 
							
								-C \
 | 
						
						
						
						
							 | 
							
								-N \
 | 
						
						
						
						
							 | 
							
								-D 9995 \
 | 
						
						
						
						
							 | 
							
								-o ControlMaster=no \
 | 
						
						
						
						
							 | 
							
								ice1
 |