{
  "log": {
    "loglevel": "warning"
  },
  "inbounds": [
    {
      "port": 8443,
      "listen": "::",
      "protocol": "vless",
      "tag": "vless-h2-reality",
      "settings": {
        "clients": [
          {
            "id": "bc7a08ae-2e2c-431d-9055-ffb6f9a4882d",
            "flow": ""
          }
        ],
        "decryption": "none"
      },
      "streamSettings": {
        "network": "xhttp",
        "security": "reality",
        "xhttpSettings": {
          "path": "/img"
        },
        "realitySettings": {
          "show": false,
          "dest": "www.microsoft.com:443",
          "xver": 0,
          "serverNames": ["racknerd1.xuvps.net", "www.microsoft.com"],
          "privateKey": "EC-Dh7pC0vuuvkF1H3lKDGlHy-sZ5n7bacuzL5UvIEs",
          "PublicKey": "4WGV1z_mc_rawB-7ZKqVXS19vT9LhcmObIZY3Q0CMgI",
          "shortIds": ["88dbd750"]
        }
      },
      "sniffing": {
        "enabled": true,
        "destOverride": ["http", "tls"]
      }
    }, 
    {
      "port": 8444,
      "listen": "127.0.0.1",  
      "protocol": "vless",
      "tag": "vless-xhttp-cdn",
      "settings": {
        "clients": [
          {
            "id": "bc7a08ae-2e2c-431d-9055-ffb6f9a4883d",
            "flow": ""
          }
        ],
        "decryption": "none"
      },
      "streamSettings": {
        "network": "xhttp",
        "security": "none",  
        "xhttpSettings": {
          "path": "/",
          "host": "racknerd1.xuvps.net"  
        }
      },
      "sniffing": {
        "enabled": true,
        "destOverride": ["http", "tls"]
      }
    } 
  ],
  "outbounds": [
    {
      "protocol": "freedom",
      "tag": "direct"
    },
    {
      "tag": "warp-ai",
      "protocol": "socks",
      "settings": {
        "servers": [
          {
            "address": "127.0.0.1",
            "port": 40000
          }
        ]
      }
    }
  ],
  "routing": {
    "domainStrategy": "IPIfNonMatch",
    "rules": [
      {
        "type": "field",
        "outboundTag": "warp-ai",
        "ip": ["::/0"]
      },
      {
        "type": "field",
        "outboundTag": "warp-ai",
        "domain": ["geosite:openai", "geosite:google","geosite:youtube"]
      }
    ]
  }
}