{
  "remarks": "de-HamrahAval-warp-username",
  "dns": {
    "servers": [
      "1.1.1.2",
      {
        "address": "localhost",
        "domains": [
          "hiva-service.com",
          "firefly-service.com"
        ],
        "skipFallback": true
      }
    ]
  },
  "inbounds": [
    {
      "tag": "socks",
      "protocol": "socks",
      "listen": "127.0.0.1",
      "port": 10808,
      "settings": {
        "auth": "noauth",
        "udp": true,
        "userLevel": 0
      }
    },
    {
      "tag": "http",
      "protocol": "http",
      "listen": "127.0.0.1",
      "port": 10809
    }
  ],
  "log": {
    "loglevel": "error"
  },
  "version": {
    "min": "25.10.15"
  },
  "outbounds": [
    {
      "tag": "proxy",
      "protocol": "socks",
      "settings": {
        "servers": [
          {
            "address": "127.0.0.1",
            "port": 40000,
            "level": 0
          }
        ]
      },
      "streamSettings": {
        "network": "raw",
        "sockopt": {
          "dialerProxy": "vless"
        }
      }
    },
    {
      "tag": "vless",
      "protocol": "vless",
      "settings": {
        "vnext": [
          {
            "address": "de.hiva-service.com",
            "port": 2083,
            "users": [
              {
                "id": "base64password",
                "level": 0,
                "security": "auto",
                "encryption": "none"
              }
            ]
          }
        ]
      },
      "streamSettings": {
        "network": "xhttp",
        "xhttpSettings": {
          "mode": "stream-up",
          "path": "/",
          "xmux": {
            "hMaxReusableSecs": 500
          },
          "noGRPCHeader": false,
          "downloadSettings": {
            "address": "de.firefly-service.com",
            "port": 2087,
            "network": "xhttp",
            "xhttpSettings": {
              "mode": "stream-up",
              "path": "/",
              "xmux": {
                "hMaxReusableSecs": 500
              },
              "noGRPCHeader": false
            },
            "security": "tls",
            "tlsSettings": {
              "allowInsecure": false,
              "serverName": "de.firefly-service.com",
              "alpn": [
                "h2",
                "http/1.1"
                ],
              "fingerprint": "chrome"
            }
          }
        },
        "security": "tls",
        "tlsSettings": {
          "allowInsecure": false,
          "serverName": "de.hiva-service.com",
          "alpn": [
            "h2",
            "http/1.1"
          ],
          "fingerprint": "chrome"
        }
      }
    }
  ],
  "routing": {
    "domainStrategy": "AsIs",
    "rules": [
      {
        "port": "0-65535",
        "outboundTag": "proxy"
      }
    ]
  }
}