config openclash , pada kesempatan ini kami akan membahas tentang format config yang tersedia dalam openclash yang meliputi berbagai akun diantaranya vmess ( TLS/nonTLS, GRPC) , VLESS ( TLS/nonTLS, GRPC) danTROJAN( TLS/nonTLS, GRPC)
format config tersebut juga bisa digunakan dalam Dari Clash for android, clash for magisk, Openclash, Kentang clash. nekoclah ,mihomo dll
Format config Vmess untuk Openclash
Berikut adalah format config vmess, kamu dapat mengubah dan memilih sesuai protokol yang digunakan contohnya vmess ( TLS/nonTLS, GRPC)
keterangan: ganti tulisan yang tebal, sebagai berikut
- server : Ganti dengan bug / host atau ip
contoh format serverĀ : 172.10.20.1
- uuid : Ganti sesuai dengan UUID pada akun vmess
format uuid : 1332035-7dd8-48e1-876e-1cdb42657356
- servername: Isi dengan bugsni untuk metode SNI
- path: Ganti sesuai dengan path pada vmess yang anda buat.
- host: Ganti dengan Host dengan host anda.
Vmess TLS/SSL via CDN
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
proxies: - name: hidessh_vmess type: vmess server: bug.hidessh.com port: 443 uuid: xxxx2035-7dd8-48e1-876e-1cdb42657356 alterId: 0 cipher: auto udp: true skip-cert-verify: true tls: true servername: id.hidessh.com network: ws ws-opts: path: /vmess headers: Host: id.hidessh.com |
Vmess TLS/SSL via SNI
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
proxies: - name: hidessh_vmess type: vmess server: sg.hidessh.com port: 443 uuid: xxxx2035-7dd8-48e1-876e-1cdb42657356 alterId: 0 cipher: auto udp: true skip-cert-verify: true tls: true servername: bug.hidessh.com network: ws ws-opts: path: /vmess headers: Host: sg.hidessh.com |
Vmess Non TLS/SSL via CDN
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
proxies: - name: hidessh_vmess type: vmess server: bug.hidessh.com port: 443 uuid: xxxx2035-7dd8-48e1-876e-1cdb42657356 alterId: 0 cipher: auto udp: false skip-cert-verify: false tls: false servername: bug.hidessh.com network: ws ws-opts: path: /vmess headers: Host: sg.hidessh.com |
Vmess GRPC via CDN
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
proxies: - name: hidessh_vmess type: vmess server: bug.hidessh.com port: 443 uuid: xxxx2035-7dd8-48e1-876e-1cdb42657356 alterId: 0 cipher: auto udp: true skip-cert-verify: true tls: true servername: jp.hidessh.com network: ws ws-opts: path: /vmess-grpc headers: Host: jp.hidessh.com |
Vmess GRPC via SNI
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
proxies: - name: hidessh_vmess type: vmess server: jp.hidessh.com port: 443 uuid: xxxx2035-7dd8-48e1-876e-1cdb42657356 alterId: 0 cipher: auto udp: true skip-cert-verify: true tls: true servername: bug.hidessh.com network: ws ws-opts: path: /vmess-grpc headers: Host: jp.hidessh.com |
Format config vless untuk Openclash
Berikut adalah format config vless, kamu dapat mengubah dan memilih sesuai protokol yang digunakan contohnya vless ( TLS/nonTLS, GRPC)
keterangan: ganti tulisan yang tebal, sebagai berikut
- server : Ganti dengan bug / host atau ip
contoh format serverĀ : 172.10.20.1
- uuid : Ganti sesuai dengan UUID pada akun vmess
format uuid : 1332035-7dd8-48e1-876e-1cdb42657356
- servername: Isi dengan bugsni untuk metode SNI
- path: Ganti sesuai dengan path pada vmess yang anda buat.
- host: Ganti dengan Host dengan host anda.
vless TLS/SSL via CDN
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
proxies: - name: hidessh_vless type: vless server: bug.hidessh.com port: 443 uuid: xxxx2035-7dd8-48e1-876e-1cdb42657356 alterId: 0 cipher: auto udp: true skip-cert-verify: true tls: true servername: id.hidessh.com network: ws ws-opts: path: /vless headers: Host: id.hidessh.com |
vless TLS/SSL via SNI
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
proxies: - name: hidessh_vless type: vless server: sg.hidessh.com port: 443 uuid: xxxx2035-7dd8-48e1-876e-1cdb42657356 alterId: 0 cipher: auto udp: true skip-cert-verify: true tls: true servername: bug.hidessh.com network: ws ws-opts: path: /vless headers: Host: sg.hidessh.com |
vlessĀ Non TLS/SSL via CDN
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
proxies: - name: hidessh_vmess type: vless server: bug.hidessh.com port: 443 uuid: xxxx2035-7dd8-48e1-876e-1cdb42657356 alterId: 0 cipher: auto udp: false skip-cert-verify: false tls: false servername: bug.hidessh.com network: ws ws-opts: path: /vless headers: Host: sg.hidessh.com |
vless GRPC via CDN
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
proxies: - name: hidessh_vless type: vless server: bug.hidessh.com port: 443 uuid: xxxx2035-7dd8-48e1-876e-1cdb42657356 alterId: 0 cipher: auto udp: true skip-cert-verify: true tls: true servername: jp.hidessh.com network: ws ws-opts: path: /vless-grpc headers: Host: jp.hidessh.com |
vless GRPC via SNI
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
proxies: - name: hidessh_vmess type: vless server: jp.hidessh.com port: 443 uuid: xxxx2035-7dd8-48e1-876e-1cdb42657356 alterId: 0 cipher: auto udp: true skip-cert-verify: true tls: true servername: bug.hidessh.com network: ws ws-opts: path: /vless-grpc headers: Host: jp.hidessh.com |
Format config Trojan untuk Openclash
Berikut adalah format config trojan, kamu dapat mengubah dan memilih sesuai protokol yang digunakan contohnya trojan ( TLS dan nonTLS)
keterangan: ganti tulisan yang tebal, sebagai berikut
- server : Ganti dengan bug / host atau ip
contoh format serverĀ : 172.10.20.1
- uuid : Ganti sesuai dengan UUID pada akun vmess
format uuid : 1332035-7dd8-48e1-876e-1cdb42657356
- servername: Isi dengan bugsni untuk metode SNI
- path: Ganti sesuai dengan path pada vmess yang anda buat.
- host: Ganti dengan Host dengan host anda.
trojan TLS/SSL via CDN
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
proxies: - name: hidessh_Trojan type: trojan server: bug.hidessh.com port: 443 password: xxxx2035-7dd8-48e1-876e-1cdb42657356 udp: true sni: sg.hidessh.com skip-cert-verify: true network: ws ws-opts: path: /trojan headers: Host: sg.hidessh.com |
Trojan TLS/SSL via SNI
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
proxies: - name: hidessh_trojan type: trojan server: sg.hidessh.com port: 443 password: xxxx2035-7dd8-48e1-876e-1cdb42657356 udp: true sni: bug.hidessh.com skip-cert-verify: true network: ws ws-opts: path: /trojan headers: Host: sg.hidessh.com |
Trojan Non TLS/SSL via SNI
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
proxies: - name: hidessh_vmess type: vmess server: bug.hidessh.com port: 443 uuid: xxxx2035-7dd8-48e1-876e-1cdb42657356 udp: false skip-cert-verify: false sni: bug.hidessh.com network: ws ws-opts: path: /trojan headers: Host: sg.hidessh.com |