From 6b8f90b2697b19e04105dc514b183721d5d029a1 Mon Sep 17 00:00:00 2001 From: Loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com> Date: Wed, 25 Mar 2020 15:19:39 +0800 Subject: [PATCH] Update README.md Change routing rules order --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3e7614e3..ad3063f6 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,11 @@ "routing": { "domainStrategy": "IPIfNonMatch", "rules": [ + { + "type": "field", + "outboundTag": "Direct", + "protocol": ["bittorrent"] + }, { "type": "field", "outboundTag": "Dns-Out", @@ -227,11 +232,6 @@ "network": "udp", "port": 53 }, - { - "type": "field", - "outboundTag": "Direct", - "protocol": ["bittorrent"] - }, { "type": "field", "outboundTag": "Reject",