自定义路由规则 
json
[
  {
    "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"
  }
]详细说明请看:https://www.v2fly.org/config/routing.html#ruleobject
例子:https://raw.githubusercontent.com/2dust/v2rayCustomRoutingList/master/custom_routing_rules
