diff --git a/bin/clashfm.tar.gz b/bin/clashfm.tar.gz index a40278699..9c975b45d 100644 Binary files a/bin/clashfm.tar.gz and b/bin/clashfm.tar.gz differ diff --git a/bin/release_version b/bin/release_version index d81f61a44..808f239b3 100644 --- a/bin/release_version +++ b/bin/release_version @@ -1,4 +1,4 @@ -1.4.1 +1.4.3 1.3.0 1.2.0 1.1.0 diff --git a/bin/version b/bin/version index ddcbd336c..e325cc904 100644 --- a/bin/version +++ b/bin/version @@ -1,4 +1,4 @@ GeoIP_v=20210709 clash_v=1.6.5 clashpre_v=2021.07.03 -versionsh=1.4.2 +versionsh=1.4.3 diff --git a/scripts/getdate.sh b/scripts/getdate.sh index 318e12347..29fe1f4fd 100644 --- a/scripts/getdate.sh +++ b/scripts/getdate.sh @@ -985,7 +985,7 @@ testcommand(){ elif [ "$num" = 1 ]; then $clashdir/start.sh stop echo ----------------------------------------------- - $clashdir/clash -t -d $clashdir + [ -x $clashdir/clash ] && $clashdir/clash -t -d $clashdir [ "$?" = 0 ] && testover=32m测试通过!|| testover=31m出现错误!请截图后到TG群询问!!! echo -e "\033[$testover\033[0m" exit; diff --git a/scripts/start.sh b/scripts/start.sh index 503e32b4c..fa9e1e64d 100644 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -343,7 +343,7 @@ start_redir(){ iptables -t nat -I PREROUTING -p tcp -d 8.8.8.8 -j clash iptables -t nat -I PREROUTING -p tcp -d 8.8.4.4 -j clash #Docker特殊处理 - iptables -t nat -I PREROUTING -s 172.16.0.0/12 -j clash + [ "$local_proxy" = "已开启" ] && iptables -t nat -I PREROUTING -s 172.16.0.0/12 -j clash #设置ipv6转发 ip6_nat=$(ip6tables -t nat -L 2>&1 | grep -o 'Chain') if [ -n "$ip6_nat" -a "$ipv6_support" = "已开启" ];then