openwrt负载均衡与ipv6冲突之解决

请在这个文件/lib/mwan3/mwan3.sh

I found the line
IPT6="/usr/sbin/ip6tables -t mangle -w"
and changed to
#IPT6="/usr/sbin/ip6tables -t mangle -w"
IPT6="/bin/true"

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注