diff --git a/bin/clashfm.tar.gz b/bin/clashfm.tar.gz index 140e94d..d803b4b 100644 Binary files a/bin/clashfm.tar.gz and b/bin/clashfm.tar.gz differ diff --git a/bin/version b/bin/version index 9315b1a..7d6f1e6 100644 --- a/bin/version +++ b/bin/version @@ -1,2 +1,2 @@ GeoIP_v=20200917 -versionsh=1.0.0beta8 +versionsh=1.0.0beta8fix diff --git a/scripts/start.sh b/scripts/start.sh index b33a01e..77713fc 100644 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -270,6 +270,7 @@ start_dns(){ iptables -t nat -A clash_dns -m mac --mac-source $mac -j RETURN done iptables -t nat -A clash_dns -p udp --dport 53 -j REDIRECT --to 1053 + iptables -t nat -A clash_dns -p tcp --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 @@ -356,5 +357,8 @@ getyaml) getconfig getyaml ;; +daemon_old) + daemon_old + ;; esac exit 0 \ No newline at end of file