Config Shadowsock openclash

Config Shadowsock openclash

 


Config Shadowsock openclash - berikut daftar config.yaml shadowsock untuk openclash.

Config Provider Shadowsock.yaml

proxies:   
- name: Shadowsocks Tls
  type: ss
  server: [server]
  port: [port]
  cipher: AES-256-CFB
  password: [password]
  plugin: obfs
  plugin-opts:
     mode: tls
     host: [bug]

- name: Shadowsocks Http
  server: [server]
  port: [port]
  type: ss
  cipher: chacha20-ietf-poly1305
  password: [password]
  plugin: obfs
  plugin-opts:
    mode: http
    host: [bug]
    udp: true

- name: Shadowsocks Websoket
  type: ss
  server: [server]
  port: [port]
  cipher: chacha20-ietf-poly1305
  password: [password]
  udp-over-tcp: true
  plugin: v2ray-plugin
  plugin-opts:
    mode: websocket
    host: [server]
    path: [path]
    tls: true
    skip-cert-verify: true
    mux: false
    sni: [bug]

- name: Shadowsocks GRPC
  server: [server]
  port: [port]
  type: ss
  cipher: chacha20-ietf-poly1305
  password: [password]
  plugin: v2ray-plugin
  plugin-opts:
    mode: grpc
    host: [bug]
    serviceName: ss-grpc
    tls: true
    udp: true
    skip-cert-verify: true
    mux: false

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

- name: Shadowsocks WSS
  type: ss
  server: [server]
  port: [port]
  cipher: chacha20-ietf-poly1305
  password: [password]
  udp-over-tcp: true
  plugin: v2ray-plugin
  plugin-opts:
    mode: websocket
    host: [server]
    path: wss://[bug]/[path]
    tls: true
    skip-cert-verify: true
    mux: false
    sni: [bug]

Posting Komentar

Lebih baru Lebih lama