From b39fc6a43adc00ca4ceda5955893904088304d32 Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Mon, 20 Aug 2018 20:47:30 +0200 Subject: [PATCH] update readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c6c34fa7..20b708c8 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,7 @@ To generate a section: 1. Remove all the comments in the file. 1. Replace `include:` lines with the actual content of the file. - * Inclusion replacement may be recursive. - * Circular inclusion is allowed but has no effect. +1. Omit all empty lines. 1. Generate each `domain:` line into a [sub-domain routing rule](https://github.com/v2ray/v2ray-core/blob/master/app/router/config.proto#L21). 1. Generate each `keyword:` line into a [plain domain routing rule](https://github.com/v2ray/v2ray-core/blob/master/app/router/config.proto#L17). 1. Generate each `regex:` line into a [regex domain routing rule](https://github.com/v2ray/v2ray-core/blob/master/app/router/config.proto#L19)