v1.0.0beta8

~修复手动更新订阅功能出错的bug
~调整本机代理功能设置
~修复GoogleHome无法使用的问题
This commit is contained in:
juewuy 2020-09-20 11:47:50 +08:00
parent cf621a47ac
commit 1c76af82aa
3 changed files with 4 additions and 1 deletions

Binary file not shown.

View File

@ -1,2 +1,2 @@
GeoIP_v=20200917
versionsh=1.0.0beta7
versionsh=1.0.0beta8

View File

@ -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