mirror of
https://github.com/samuelhbne/proxy-xray.git
synced 2025-12-18 13:14:36 +03:00
Copy *.china.conf only
This commit is contained in:
2
run.sh
2
run.sh
@@ -112,7 +112,7 @@ if [ "${XRAY}" != "1" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "${IGCHINA}" = "1" ]; then
|
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
|
else
|
||||||
rm -rf /etc/dnsmasq.d/*.china.conf
|
rm -rf /etc/dnsmasq.d/*.china.conf
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user