From bd8d4eea50526a476cc69e725a854594d8445c94 Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Tue, 19 Jan 2021 11:45:56 +0800 Subject: [PATCH] =?UTF-8?q?Created=20=E8=87=AA=E5=AE=9A=E4=B9=89=E8=B7=AF?= =?UTF-8?q?=E7=94=B1=E8=A7=84=E5=88=99=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 自定义路由规则.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 自定义路由规则.md diff --git a/自定义路由规则.md b/自定义路由规则.md new file mode 100644 index 0000000..998f7dc --- /dev/null +++ b/自定义路由规则.md @@ -0,0 +1,13 @@ +#### 一个数组,数组中每一项是一个规则 +``` +[{ + "domain": ["baidu.com", "qq.com", "geosite:cn"], + "ip": ["0.0.0.0/8", "10.0.0.0/8", "fc00::/7", "fe80::/10", "geoip:cn"], + "port": "53,443,1000-2000", + "protocol": ["http", "tls", "bittorrent"], + "outboundTag": "direct" +}] +``` + +## 详细说明请看 +### \ No newline at end of file