Update README.md

Change routing rules order
This commit is contained in:
Loyalsoldier 2020-03-25 15:19:39 +08:00 committed by GitHub
parent acef248760
commit 6b8f90b269
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -217,6 +217,11 @@
"routing": { "routing": {
"domainStrategy": "IPIfNonMatch", "domainStrategy": "IPIfNonMatch",
"rules": [ "rules": [
{
"type": "field",
"outboundTag": "Direct",
"protocol": ["bittorrent"]
},
{ {
"type": "field", "type": "field",
"outboundTag": "Dns-Out", "outboundTag": "Dns-Out",
@ -227,11 +232,6 @@
"network": "udp", "network": "udp",
"port": 53 "port": 53
}, },
{
"type": "field",
"outboundTag": "Direct",
"protocol": ["bittorrent"]
},
{ {
"type": "field", "type": "field",
"outboundTag": "Reject", "outboundTag": "Reject",