diff --git a/bin/clashfm.tar.gz b/bin/clashfm.tar.gz index aaa3ee3..da62139 100644 Binary files a/bin/clashfm.tar.gz and b/bin/clashfm.tar.gz differ diff --git a/bin/version b/bin/version index c24c31f..9315b1a 100644 --- a/bin/version +++ b/bin/version @@ -1,2 +1,2 @@ GeoIP_v=20200917 -versionsh=1.0.0beta7 +versionsh=1.0.0beta8 diff --git a/scripts/start.sh b/scripts/start.sh index 6393d76..44ec88d 100644 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -267,6 +267,9 @@ start_dns(){ done iptables -t nat -A clash_dns -p udp --dport 53 -j REDIRECT --to 1053 iptables -t nat -A PREROUTING -p udp -j clash_dns + #Google home DNS特殊处理 + iptables -t nat -I PREROUTING -p tcp -d 8.8.8.8 -j clash_dns + iptables -t nat -I PREROUTING -p tcp -d 8.8.4.4 -j clash_dns #ipv6DNS if [ "$ipv6_support" = "已开启" ];then