From ec13b57c407eec11d6054d153bed0c06a2c5aebb Mon Sep 17 00:00:00 2001 From: Hyy2001X <1804430051@qq.com> Date: Fri, 27 Nov 2020 09:36:45 +0800 Subject: [PATCH] =?UTF-8?q?mwan3:=20=E4=BF=AE=E5=A4=8D=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=AF=BC=E8=87=B4=E7=9A=84IPv6=E5=A4=B1?= =?UTF-8?q?=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Customize/mwan3 | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Customize/mwan3 diff --git a/Customize/mwan3 b/Customize/mwan3 new file mode 100644 index 0000000..d953cd0 --- /dev/null +++ b/Customize/mwan3 @@ -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'