Config Vless openclash

Config Vless openclash

Config Vless openclash - berikut daftar config.yaml vless untuk openclash.

Config Provider Vless.yaml

proxies:
- name: VLESS TLS
  server: [server]
  port: [port]
  type: vless
  uuid: [uuid]
  cipher: auto
  tls: true
  skip-cert-verify: true
  servername: [server]
  network: ws
  ws-opts:
    path: [path]
    headers:
      Host: [bug]
  udp: true

- name: VLESS NON TLS
  server: [server]
  port: [port]
  type: vless
  uuid: [uuid]
  cipher: auto
  tls: false
  skip-cert-verify: true
  servername: [server]
  network: ws
  ws-opts:
    path: [path]
    headers:
      Host: [bug]
  udp: true

- name: VLESS WEBSOKET
  server: [server]
  port: [port]
  type: vless
  uuid: [uuid]
  cipher: auto
  tls: false
  skip-cert-verify: true
  servername: [server]
  network: ws
  ws-opts:
    path: [path]
    headers:
      Host: [bug]
  udp: true

- name: VLESS GRPC
  server: [server]
  port: [port]
  type: vless
  uuid: [uuid]
  cipher: auto
  tls: true
  skip-cert-verify: true
  servername: [server]
  network: grpc
  grpc-opts:
    grpc-mode: gun
    grpc-service-name: [service]
  udp: true

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

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

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


- name: VLESS WEBSOKET WSS
  server: [server]
  port: [port]
  type: vless
  uuid: [uuid]
  cipher: auto
  tls: false
  skip-cert-verify: true
  servername: [server]
  network: ws
  ws-opts:
    path: wss://[bug]/[path]
    headers:
      Host: [bug]
  udp: true




Posting Komentar

Lebih baru Lebih lama