VLESS 节点支持

Meta增加了Vless协议支持,具体格式如下:

VLESS-xtls-rprx-vision

  - name: "vless-vision"
    type: vless
    server: server
    port: 443
    uuid: uuid
    network: tcp
    tls: true
    udp: true
    xudp: true
    flow: xtls-rprx-vision 
    client-fingerprint: chrome
    # fingerprint: xxxx
    # skip-cert-verify: true

VLESS-TCP

例:

proxies:
  - name: "vless-tcp"
    type: vless
    server: server
    port: 443
    uuid: uuid
    network: tcp
    servername: example.com # AKA SNI
    # flow: xtls-rprx-direct # xtls-rprx-origin  # enable XTLS
    # skip-cert-verify: true

VLESS-WS

例:

triangle-exclamation

最后更新于