Marzban icon indicating copy to clipboard operation
Marzban copied to clipboard

نمایش یک رکورد نامعتبر در لینک Subscription v0.6.0

Open KAJOOSH opened this issue 7 months ago • 0 comments

باعث میشه در v2rayn ساب فراخوانی نشود و خطا دهد.

Screenshot 2024-07-22 at 20-21-48 Subscription Information

{
  "log": {
    "loglevel": "info"
  },
  "inbounds": [
    {
      "tag": "VLESS Splithttp TLS",
      "listen": "0.0.0.0",
      "port": 443,
      "protocol": "vless",
      "settings": {
        "clients": [],
        "decryption": "none"
      },
      "streamSettings": {
        "splithttpSettings": {
          "path": "/apiget44554ddddd",
          "maxUploadSize": 1000000,
          "maxConcurrentUploads": 10
        },
        "network": "splithttp",
        "security": "tls",
        "tlsSettings": {
          "serverName": "demo.ir",
          "certificates": [
            {
              "certificateFile": "/var/lib/marzban/certs/live/demo.ir/fullchain.pem",
              "keyFile": "/var/lib/marzban/certs/live/demo.ir/privkey.pem"
            }
          ],
          "minVersion": "1.2",
          "cipherSuites": "TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256:TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256:TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384:TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384:TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256:TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256"
        },
        "sniffing": {
          "enabled": true,
          "destOverride": [
            "http",
            "tls",
            "quic"
          ]
        }
      }
    }
  ],
  "outbounds": [
    {
      "protocol": "freedom",
      "tag": "DIRECT"
    },
    {
      "protocol": "blackhole",
      "tag": "BLOCK"
    }
  ],
  "routing": {
    "rules": [
      {
        "ip": [
          "geoip:private"
        ],
        "outboundTag": "BLOCK",
        "type": "field"
      },
      {
        "domain": [
          "geosite:private"
        ],
        "outboundTag": "BLOCK",
        "type": "field"
      },
      {
        "protocol": [
          "bittorrent"
        ],
        "outboundTag": "BLOCK",
        "type": "field"
      }
    ]
  }
}

KAJOOSH avatar Jul 22 '24 16:07 KAJOOSH