mirror of
https://github.com/juewuy/ShellCrash.git
synced 2024-11-16 11:42:18 +08:00
v1.0.0beta8
~修复手动更新订阅功能出错的bug ~调整本机代理功能设置 ~修复GoogleHome无法使用的问题
This commit is contained in:
parent
cf621a47ac
commit
1c76af82aa
Binary file not shown.
|
@ -1,2 +1,2 @@
|
|||
GeoIP_v=20200917
|
||||
versionsh=1.0.0beta7
|
||||
versionsh=1.0.0beta8
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user