v1.9.1alpha6

~修复cn绕过及ipv6-cn绕过相关bug
This commit is contained in:
juewuy
2024-03-15 09:51:59 +08:00
parent 1e09305e2a
commit 8f0442d2a7
6 changed files with 3 additions and 3 deletions

View File

@@ -689,7 +689,7 @@ setipv6(){ #ipv6设置
setconfig ipv6_redir $ipv6_redir
setconfig ipv6_support $ipv6_support
fi
if [ -n "$(ipset -v 2>/dev/null)"] || [ "$firewall_mod" = nftables ];then
if [ -n "$(ipset -v 2>/dev/null)" ] || [ "$firewall_mod" = nftables ];then
[ "$cn_ipv6_route" = "未开启" ] && cn_ipv6_route=已开启 || cn_ipv6_route=未开启
setconfig cn_ipv6_route $cn_ipv6_route
else