[
{
  "remarks": "آلمان ایرانسل username",
  "dns": {
    "servers": [
      "1.1.1.2",
      "1.0.0.2"
    ]
  },
  "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": "vless",
      "settings": {
        "vnext": [
          {
            "address": "77.110.99.78",
            "port": 110,
            "users": [
              {
                "id": "base64password",
                "encryption": "mlkem768x25519plus.native.0rtt.6fS8blOrz7k3YQ7ATbI5rmUp9kCIRxIjIfxcF5vH4mk"
              }
            ]
          }
        ]
      },
      "streamSettings": {
        "network": "tcp"
      },
      "mux": {
        "enabled": true,
        "concurrency": 8
      }
    }
  ],
  "routing": {
    "domainStrategy": "AsIs",
    "rules": [
      {
        "port": "0-65535",
        "outboundTag": "proxy"
      }
    ]
  }
}
]