{
  "log": {
    "loglevel": "info"
  },
  "dns": {
    "hosts": {
      "one.one.one.one": "1.1.1.1",
      "dns.google": "8.8.8.8",
      "dns.pub": "119.29.29.29",
      "dns.alidns.com": "223.5.5.5",
      "geosite:category-ads-all": "127.0.0.1"
    },
    "servers": [
      {
        "address": "https://1.1.1.1/dns-query",
        "domains": ["geosite:geolocation-!cn"],
        "expectIPs": ["geoip:!cn"]
      },
      "8.8.8.8",
      {
        "address": "223.5.5.5",
        "domains": ["geosite:cn", "geosite:category-games@cn"],
        "expectIPs": ["geoip:cn"],
        "skipFallback": true
      },
      {
        "address": "114.114.114.114",
        "domains": ["geosite:cn"],
        "skipFallback": true
      },
      {
        "address": "localhost",
        "skipFallback": true
      }
    ]
  },
  "routing": {
    "domainStrategy": "IPIfNonMatch",
    "rules": [
      {
        "outboundTag": "block-out",
        "domain": ["geosite:category-ads-all"]
      },
      {
        "outboundTag": "direct-out",
        "domain": [
          "geosite:private",
          "geosite:apple-cn",
          "geosite:google-cn",
          "geosite:tld-cn",
          "geosite:category-games@cn",
          "geosite:cn"
        ]
      },
      {
        "outboundTag": "vless-out",
        "domain": ["geosite:geolocation-!cn"]
      },
      {
        "outboundTag": "direct-out",
        "ip": ["223.5.5.5"]
      },
      {
        "outboundTag": "direct-out",
        "ip": ["geoip:cn", "geoip:private"]
      }
    ]
  },
  "inbounds": [
    {
      "tag": "socks-in",
      "protocol": "socks",
      "listen": "127.0.0.1",
      "port": 10808,
      "settings": {
        "udp": true
      }
    },
    {
      "tag": "http-in",
      "protocol": "http",
      "listen": "127.0.0.1",
      "port": 10809
    }
  ],
  "outbounds": [
    {
      "tag": "vless-out",
      "protocol": "vless",
      "settings": {
        "vnext": [
          {
            "address": "23.105.199.155",
            "port": 44332,
            "users": [
              {
                "id": "mt",
                "flow": "xtls-rprx-vision",
                "encryption": "none",
                "level": 0
              }
            ]
          }
        ]
      },
      "streamSettings": {
        "network": "tcp",
        "security": "reality",
        "realitySettings": {
          "fingerprint": "chrome",
          "serverName": "paotai.icu",
          "publicKey": "Wj_QziHjXV9tKgQs9XG17ybPwhrhPHMbrzX_yZYnn1k",
          "shortId": "96e8b40df1a55822"
        }
      }
    },
    {
      "tag": "direct-out",
      "protocol": "freedom"
    },
    {
      "tag": "block-out",
      "protocol": "blackhole"
    }
  ]
}
