Gozargah / Marzban

Unified GUI Censorship Resistant Solution Powered by Xray
https://t.me/gozargah_marzban
GNU Affero General Public License v3.0
3.73k stars 516 forks source link

subscription v2ray-json does not support quic #1086

Closed m0x61h0x64i closed 3 months ago

m0x61h0x64i commented 4 months ago

Hi, this quic inbound works for v2ray format, but does not work for v2ray-json format, i mean subscription cannot update

inbound:

    {
      "listen": "0.0.0.0",
      "port": 3636,
      "protocol": "vless",
      "settings": {
        "clients": [],
        "decryption": "none",
        "fallbacks": []
      },
      "sniffing": {
        "destOverride": [
          "tls",
          "quic",
          "fakedns"
        ],
        "enabled": true,
        "metadataOnly": false,
        "routeOnly": false
      },
      "streamSettings": {
        "network": "quic",
        "quicSettings": {
          "header": {
            "type": "none"
          },
          "key": "key",
          "security": "none"
        },
        "security": "none"
      },
      "tag": "inbound-3636"
    },

marzban logs: image image

M03ED commented 4 months ago

hey , what version you are using ? i think we fix this few days ago #961

m0x61h0x64i commented 4 months ago

im using this commit a2ad3171eeebc8308027578eaedd956deff4caf8 which is for 2 days ago