Skip to content

关于监听UDP流量问题 #1228

Description

@YongChingShieh

文档 https://xtls.github.io/config/outbounds/vless.html#userobject 里面说
启用了 Xray-core 的 XTLS 时,通往 UDP 443 端口的流量默认会被拦截(一般情况下为 QUIC),这样应用就不会使用 QUIC 而会使用 TLS,XTLS 才会真正生效。实际上,QUIC 本身也不适合被代理,因为 QUIC 自带了 TCP 的功能,它作为 UDP 流量在通过 VLESS 协议传输时,底层协议为 TCP,就相当于两层 TCP 了。 若不需要拦截,请在客户端填写 xtls-rprx-*-udp443,服务端不变。

那么请问如何在服务端关闭拦截通往 UDP 443 端口的流量?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions