xcode75 / XManagerPlus

An Xray Manager
https://xcode75.github.io/XMPlusDocs/
255 stars 47 forks source link

[feature request] add GRPC and MUX setting for client side #298

Closed SPAK007 closed 9 months ago

SPAK007 commented 10 months ago

Hi dear xcode75

I want to add mux and grpc/h2 setting in client side. but there is no option to add these settings : i want to enable grpc multi mode only on client side (how to do that?)

e.g "grpcSettings": { "serviceName": "" "multiMode": true, "idle_timeout": 60, "health_check_timeout": 20 }

e.g "mux": { "enabled": true, "concurrency": -1, "xudpConcurrency": 16, "xudpProxyUDP443": "reject" }

e.g "httpSettings": { "read_idle_timeout": 60, "health_check_timeout": 20 } also please add sniffing options to choose from e.g: http, tls, quic

        "sniffing": {
            "enabled": true,
            "destOverride": [
                "http",
                "tls",
                "quic"
            ]
        }

Here is the reference : https://github.com/chika0801/Xray-examples/tree/main/VLESS-gRPC-uTLS-REALITY

Best regards,