mirror of
				https://github.com/nadoo/glider.git
				synced 2025-11-04 15:52:38 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			37 lines
		
	
	
		
			761 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			761 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Glider rule configuration file.
 | 
						|
# 
 | 
						|
# Format is the same as glider main config file.
 | 
						|
# EXCEPTION: Listeners are NOT allowed to setup here.
 | 
						|
 | 
						|
# FORWARDERS
 | 
						|
# ----------
 | 
						|
# Forwarders, we can setup multiple forwarders.
 | 
						|
forward=socks5://192.168.1.10:1080
 | 
						|
forward=ss://method:pass@1.1.1.1:8443
 | 
						|
forward=http://192.168.2.1:8080,socks5://192.168.2.2:1080
 | 
						|
 | 
						|
strategy=rr
 | 
						|
 | 
						|
checkwebsite=www.apple.com
 | 
						|
checkduration=30
 | 
						|
 | 
						|
# DESTINATIONS
 | 
						|
# ------------
 | 
						|
# ALL destinations matches the following rules will be forward using forwarders specified above
 | 
						|
 | 
						|
# matches abc.com and *.abc.com
 | 
						|
domain=abc.com
 | 
						|
 | 
						|
# matches 1.1.1.1
 | 
						|
ip=1.1.1.1
 | 
						|
 | 
						|
# matches 192.168.100.0/24
 | 
						|
cidr=192.168.100.0/24
 | 
						|
 | 
						|
domain=example1.com
 | 
						|
domain=example2.com
 | 
						|
domain=example3.com
 | 
						|
ip=2.2.2.2
 | 
						|
ip=3.3.3.3
 | 
						|
cidr=172.16.0.0/24
 |