{
  "inbounds": [
    {
      "port": 8625,
      "protocol": "dokodemo-door",
      "settings": {
        "network": "tcp,udp",
        "followRedirect": true
      },
      "sniffing": {
        "enabled": true,
        "destOverride": ["http", "tls"]
      },
      "tag": "transparent"
    }
  ],
  "outbounds": [
    {
      "tag": "socks5-proxy",
      "protocol": "socks",
      "settings": {
        "servers": [
          {
            "address": "PLACEHOLDER_SERVER_ADDRESS",
            "port": 8625,
            "users": [
              {
                "user": "PLACEHOLDER_USERNAME",
                "pass": "PLACEHOLDER_PASSWORD"
              }
            ]
          }
        ]
      }
    },
    {
      "tag": "direct",
      "protocol": "freedom",
      "settings": {}
    }
  ],
  "dns": {
    "servers": [
      "223.5.5.5",
      "119.29.29.29",
      "8.8.8.8",
      "223.6.6.6",
      "localhost"
    ]
  },
  "routing": {
    "domainStrategy": "IPOnDemand",
    "rules": [
      {
    "outboundTag": "socks5-proxy",
    "port": "10012",
    "type": "field"
  },
  {
    "outboundTag": "socks5-proxy",
    "port": "17500",
    "type": "field"
  },
  {
    "outboundTag": "socks5-proxy",
    "port": "65010",
    "type": "field"
  },
  {
    "outboundTag": "direct",
    "port": "1-79",
    "type": "field"
  },
  {
    "outboundTag": "direct",
    "port": "81-442",
    "type": "field"
  },
  {
    "outboundTag": "direct",
    "port": "444-10011",
    "type": "field"
  },
  {
    "outboundTag": "direct",
    "port": "10013-65535",
    "type": "field"
  },
  {
    "domain": [
      "baidu.com",
      "gamesafe.com",
      "nj.cschannel.anticheatexpert.com",
      "jiazhang.com",
      "itop.qq.com",
      "down.anticheatexpert.com"
    ],
    "outboundTag": "socks5-proxy",
    "type": "field"
  },
  {
    "ip": [
      "101.89.42.96/32",
      "61.151.229.52/32"
    ],
    "outboundTag": "socks5-proxy",
    "type": "field"
  },
  {
    "domain": [
      "sohu.com",
      "logo.com",
      "qq.com"
    ],
    "outboundTag": "direct",
    "type": "field"
  },
  {
    "ip": [
      "182.254.116.117/32"
    ],
    "outboundTag": "direct",
    "type": "field"
  },
  {
    "ip": [
      "182.254.116.117/32",
      "114.114.114.114/32",
      "119.29.29.29/32",
      "8.8.8.8/32"
    ],
    "outboundTag": "direct",
    "type": "field"
  },
  {
    "ip": [
      "122.228.0.139/32",
      "0.0.0.0/0"
    ],
    "outboundTag": "reject",
    "type": "field"
  },
  {
    "domain": [
      "jz.com",
      "intldlgs.qq.com",
      "dlied.com",
      "qlogo.com"
    ],
    "outboundTag": "block",
    "type": "field"
  },
  {
    "outboundTag": "block",
    "port": "443",
    "type": "field"
  },
  {
    "network": "tcp,udp",
    "outboundTag": "direct",
    "type": "field"
  }
    ]
  }
}