mwan3:Fix IPv6 support

This commit is contained in:
Hyy2001X 2020-09-28 22:30:07 +08:00
parent 22cd87d0b8
commit ed33a52fe3
1 changed files with 23 additions and 0 deletions

23
Customize/mwan3 Normal file
View File

@ -0,0 +1,23 @@
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'
option last_resort 'unreachable'
list use_member 'wan_m1_w3'
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'