Skip to content

Commit

Permalink
v1.4.3-release
Browse files Browse the repository at this point in the history
~同步最新1.6.5官方核心文件
~同步最新IP数据库文件
~自启脚本的启动优先级调整为99(请重新开关一次开机启动功能)
~redir模式增加强行开启fakeip的开关
~更新脚本时将强制关闭clash服务,以防止各种报错
~增加对vyos使用show作为默认sh的判断
~现在只有开启本机代理后才会代理本机的docker流量
  • Loading branch information
juewuy committed Jul 17, 2021
1 parent f539fe7 commit b97bcc1
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Binary file modified bin/clashfm.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion bin/release_version
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.4.1
1.4.3
1.3.0
1.2.0
1.1.0
Expand Down
2 changes: 1 addition & 1 deletion bin/version
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion scripts/getdate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion scripts/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b97bcc1

Please sign in to comment.