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

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -4,5 +4,5 @@ clash_v=v1.7.1
meta_v=v1.18.1
singboxp_v=1.8.5-73d97226
singbox_v=1.8.8
versionsh=1.9.1alpha5
versionsh=1.9.1alpha6
GeoIP_v=20240302

View File

@ -1,7 +1,7 @@
#!/bin/sh
# Copyright (C) Juewuy
version=1.9.1alpha5
version=1.9.1alpha6
setdir(){
dir_avail(){

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