mirror of
				https://github.com/Ysurac/openmptcprouter-feeds.git
				synced 2025-03-09 15:40:03 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			257 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			257 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
| #!/bin/sh
 | |
| multipathip=$(dig +short A multipath-tcp.org | tr -d "\n")
 | |
| ipset add ss_rules_dst_bypass_all $multipathip > /dev/null 2>&1
 | |
| curl -s -4 -m 2 --interface $1 http://www.multipath-tcp.org
 | |
| ipset del ss_rules_dst_bypass_all $multipathip > /dev/null 2>&1
 |