From 8fa05ad9688c6120c4a2d400a855a8b6e1b93749 Mon Sep 17 00:00:00 2001 From: whyou Date: Thu, 25 Jun 2020 19:14:09 +0800 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 28a2695..929f307 100644 --- a/README.md +++ b/README.md @@ -45,12 +45,14 @@ You can download the release installer zip file and install it via the Magisk Ma #### Select which App to proxy -- If you expect transparent proxy ( read Transparent proxy section for more detail ) for some Apps, just write down these App' uid in file `/data/v2ray/appid.list` . +- If you expect transparent proxy ( read Transparent proxy section for more detail ) for specific Apps, just write down these Apps' uid in file `/data/v2ray/appid.list` . Each App's uid should separate by space or just one App's uid per line. ( for Android App's uid , you can search App's package name in file `/data/system/packages.list` , or you can look into some App like Shadowsocks. ) - If you expect all Apps proxy by V2Ray with transparent proxy, just write a single number `0` in file `/data/v2ray/appid.list` . +- If you expect all Apps proxy by V2Ray with transparent proxy EXCEPT specific Apps, just write down these Apps' uid in file `/data/v2ray/appid.list` fellowed by '#bypass'. + - Transparent proxy won't take effect until the V2Ray service start normally and file `/data/v2ray/appid.list` is not empty. @@ -154,4 +156,4 @@ Project V is a set of network tools that help you to build your own computer net ## License -[The MIT License (MIT)](https://raw.githubusercontent.com/v2ray/v2ray-core/master/LICENSE) \ No newline at end of file +[The MIT License (MIT)](https://raw.githubusercontent.com/v2ray/v2ray-core/master/LICENSE)