mirror of
https://github.com/Loyalsoldier/v2ray-rules-dat.git
synced 2024-11-10 15:05:38 +08:00
Update README.md
Change routing rules order
This commit is contained in:
parent
acef248760
commit
6b8f90b269
10
README.md
10
README.md
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user