[v1.0.8] Support app dns request

This commit is contained in:
Ghost in the Cyber
2019-07-10 13:04:18 +08:00
committed by chendefine
parent 4fe443de57
commit 7177ec42d8
8 changed files with 337 additions and 6 deletions

View File

@@ -12,6 +12,7 @@ if [ ! -f /data/v2ray/manual ] ; then
$MODDIR/scripts/v2ray.service start &> /data/v2ray/run/service.log && \
if [ -f /data/v2ray/appid.list ] || [ -f /data/v2ray/softap.list ] ; then
$MODDIR/scripts/v2ray.tproxy enable &>> /data/v2ray/run/service.log
[ -f "$MODDIR/scripts/v2ray-dns.keeper" ] && $MODDIR/scripts/v2ray-dns.service start &>> /data/v2ray/run/service.log &
fi
fi