23 lines
		
	
	
		
			452 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			452 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
| config globals 'globals'
 | |
| 	option mmx_mask '0x3F00'
 | |
| 	option rtmon_interval '5'
 | |
| 
 | |
| config member 'wan_m1_w3'
 | |
| 	option interface 'wan'
 | |
| 	option metric '1'
 | |
| 	option weight '3'
 | |
| 
 | |
| config policy 'balanced'
 | |
| 	list use_member 'wan_m1_w3'
 | |
| 	option last_resort 'default'
 | |
| 
 | |
| config rule 'https'
 | |
| 	option sticky '1'
 | |
| 	option dest_port '443'
 | |
| 	option proto 'tcp'
 | |
| 	option use_policy 'balanced'
 | |
| 
 | |
| config rule 'default_rule'
 | |
| 	option dest_ip '0.0.0.0/0'
 | |
| 	option use_policy 'balanced'
 |