From e506eb831675fa7b422d6c62cc4737af5193ea6e Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Sat, 31 Aug 2024 10:22:44 +0800 Subject: [PATCH] =?UTF-8?q?Updated=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 | 30 +++++++++++++++++++++++------- 1 file changed, 23 insertions(+), 7 deletions(-) diff --git a/自定义路由规则.md b/自定义路由规则.md index 1776737..e1d5773 100644 --- a/自定义路由规则.md +++ b/自定义路由规则.md @@ -1,12 +1,28 @@ #### 一个数组,数组中每一项是一个规则 ``` -[{ - "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" -}] +[ + { + "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" + } +] ``` ## 详细说明请看