diff --git a/run.sh b/run.sh index d9eea18..9598921 100755 --- a/run.sh +++ b/run.sh @@ -112,7 +112,7 @@ if [ "${XRAY}" != "1" ]; then fi if [ "${IGCHINA}" = "1" ]; then - cp -a /etc/dnsmasq-china.d/*.conf /etc/dnsmasq.d/ + cp -a /etc/dnsmasq-china.d/*.china.conf /etc/dnsmasq.d/ else rm -rf /etc/dnsmasq.d/*.china.conf fi