mirror of
				https://github.com/xjasonlyu/tun2socks.git
				synced 2025-10-31 12:06:37 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			117 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			117 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/bin/bash
 | |
| 
 | |
| sudo route -n flush
 | |
| sudo route -n flush
 | |
| sudo route -n flush
 | |
| sudo ifconfig en0 down
 | |
| sudo ifconfig en0 up
 | 
