mwan3: 修复默认配置导致的IPv6失效

This commit is contained in:
Hyy2001X 2020-11-27 09:36:45 +08:00 committed by GitHub
parent b49007931e
commit ec13b57c40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 22 additions and 0 deletions

22
Customize/mwan3 Normal file
View File

@ -0,0 +1,22 @@
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'