為vboard面板添加Vmess+ws+tls節點

119次阅读
没有评论

1.xboard:

{
  "path": "/",
  "headers": {
    "Host": "domain"
  }
}

JSON点击复制

為vboard面板添加Vmess+ws+tls節點
為vboard面板添加Vmess+ws+tls節點
2.cloudflare:
為vboard面板添加Vmess+ws+tls節點
2024-03-30T08:17:53.png

3.節點VPS中xrayr

      CertConfig:
        CertMode: dns # Option about how to get certificate: none, file, http, tls, dns. Choose "none" will forcedly disable the tls config.
        CertDomain: "domain" # Domain to cert
        CertFile: /etc/XrayR/cert/node1.test.com.cert # Provided if the CertMode is file
        KeyFile: /etc/XrayR/cert/node1.test.com.key
        Provider: cloudflare # DNS cert provider, Get the full support list here: https://go-acme.github.io/lego/dns/
        Email: test@me.com
        DNSEnv: # DNS ENV option used by DNS provider
          CLOUDFLARE_EMAIL: email
          CLOUDFLARE_API_KEY: key

JSON点击复制

為vboard面板添加Vmess+ws+tls節點

已知:vmess+ws+tls 可修改任意端口,可開cloudflare cdn

正文完
 0
评论(没有评论)