vps交流

clash更新完全部连不上了


mjj谨慎更新clash更新完全部连不上了
系统时间校正试试呢?
ws协议的?得更新下配置文件才行
https://github.com/Dreamacro/clash/wiki/configuration
https://t.me/sakura_internet/502197
机场更新配置吧

muyu 发表于 2022-1-7 17:24
ws协议的?得更新下配置文件才行
https://github.com/Dreamacro/clash/wiki/configuration

大佬能不能详细说说ws咋改clash更新完全部连不上了

本帖最后由 6fyC8r 于 2022-1-7 17:44 编辑

不是有配置示例么,按照上面改就行

注意vmess下的 ws-headers 和 ws-path 选项已更新,请尽快完配置文件https://github.com/Dreamacro/clash/wiki/configuration后再更新ClashX。下版本Clash core将不支持旧配置

  – name: "vmess"
    type: vmess
    server: server
    port: 443
    uuid: uuid
    alterId: 32
    cipher: auto
    # udp: true
    # tls: true
    # skip-cert-verify: true
    # servername: example.com # priority over wss host
    # network: ws
    # ws-opts:
    #   path: /path
    #   headers:
    #     Host: “v-2-r-a-y”.com
    #   max-early-data: 2048
    #   early-data-header-name: Sec-WebSocket-Protocol

Tip 发表于 2022-1-7 17:34
大佬能不能详细说说ws咋改

文档里都有,改成类似这样的
  – name: "vmess"
    type: vmess
    server: server
    port: 443
    uuid: uuid
    alterId: 32
    cipher: auto
    # udp: true
    # tls: true
    # skip-cert-verify: true
    # servername: example.com # priority over wss host
    # network: ws
    # ws-opts:
    #   path: /path
    #   headers:
    #     Host: “v-2-r-a-y”.com
    #   max-early-data: 2048
    #   early-data-header-name: Sec-WebSocket-Protocol