From baac1b44382f74a7bbe0e74af73f9291869ca8d7 Mon Sep 17 00:00:00 2001 From: whalechoi Date: Sun, 16 Aug 2020 07:15:38 +0800 Subject: [PATCH] Update README.md Small change. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d735c24..a702bb8 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ You can download the release installer zip file and install it via the Magisk Ma `export V2RAY_LOCATION_ASSET=/data/v2ray; v2ray -test -config /data/v2ray/config.json` in android terminal or ssh. -- dnscrypt-proxy config file is store in `/data/v2ray/dnscrypt-proxy/` folder, you can update cn domains list via run the shell script `update-rule` or if you dislike the default rules, you can edit them by yourself. +- dnscrypt-proxy config file is store in `/data/v2ray/dnscrypt-proxy/` folder, you can update cn domains list via run the shell script `update-rules.sh` or if you dislike the default rules, you can edit them by yourself. - Tips: Please notice that the default configuration has already set inbounds section to cooperate work with transparent proxy script. It is recommended that you only edit the first element of outbounds section to your proxy server and edit file `/data/v2ray/appid.list` to select which App to proxy.