v2ray 配置请教

查看 15|回复 0
作者:sea912   
   
- name: "ss3"
    type: ss
    server: server
    port: 443
    cipher: chacha20-ietf-poly1305
    password: "password"
    plugin: v2ray-plugin
    plugin-opts:
      mode: websocket # no QUIC now
      tls: true # wss
      # 可使用 openssl x509 -noout -fingerprint -sha256 -inform pem -in yourcert.pem 获取
      # 配置指纹将实现 SSL Pining 效果
      # fingerprint: xxxx
      # skip-cert-verify: true
      # host: bing.com
      # path: "/"
      # mux: true
      # headers:
      #   custom: value
      # v2ray-http-upgrade: false
      # v2ray-http-upgrade-fast-open: false
这个是clash中的配置
对应的 v2ray 怎么配置呀
写了个配置 ,直接使用的acme root目录下的证书.总是提示我   remote error: tls: bad certificate

写了, 指纹, 证书

您需要登录后才可以回帖 登录 | 立即注册

返回顶部