Config Vmess openclash

Config Vmess openclash


 Config Vmess openclash - berikut daftar config.yaml Vmess untuk openclash.

Config Provider Vmess.yaml

proxies:
- name: VMESS TLS
  server: [server]
  port: [port]
  type: vmess
  uuid: [uuid]
  alterId: 0
  cipher: auto
  tls: true
  skip-cert-verify: true
  servername: [server]
  network: ws
  ws-opts:
    path: [path]
    headers:
      Host: [bug]
  
- name: VMESS NON TLS
  type: vmess
  server: [server]
  port: [port] 
  uuid: [uuid]
  alterId: 0
  cipher: auto
  tls: null
  skip-cert-verify: false
  servername: [server]
  network: ws
  ws-opts:
    path: [path]
    headers:
      Host: [bug]

- name: VMESS WEBSOKET
  type: vmess
  server: [server]
  port: [port]
  uuid: [uuid]
  alterId: 0
  cipher: auto
  udp: true
  tls: null
  skip-cert-verify: false
  servername: [server]
  network: ws
  ws-opts:
    path: [path]
    headers:
      Host: [bug]

- name: VMESS GRPC
  server: [server]
  port: [port]
  type: vmess
  uuid: [uuid]
  alterId: 0
  cipher: auto
  tls: true
  skip-cert-verify: true
  servername: [server]
  network: grpc
  grpc-opts:
   grpc-mode: gun
   grpc-service-name: [service]
   headers:
    Host: [bug]
  udp: true

==================================================

untuk config wss, gunakan core yang mendukung wss dapat  > CORE WSS OPENCLASH <

==================================================


- name: VMESS WSS
  type: vmess
  server: [server]
  port: [port]
  uuid: [uuid]
  alterId: 0
  cipher: auto
  udp: true
  tls: null
  skip-cert-verify: false
  servername: [server]
  network: ws
  ws-opts:
    path: wss://[bug]/[path]
    headers:
      Host: [bug]

 



Posting Komentar

Lebih baru Lebih lama