DISCLAIMER : Sebelum ganti bug di confignya jangan lupa backup terlebih dahulu config yang sebelumnya sudah ada
Perhatikan Dulu format akun VPN di STB OPENWRT
Setelah paham dengan format akun VPN Lalu masuk ke luci dari STB OPENWRT
Masuk ke menu openclash
Masuk ke Menu Config Manage dan klik edit pada bagian config yang akan di pakai. Disini saya kasih contoh confignya bernama serbadigitalku-simple.yaml :
Perhatikan tombol EDIT yang saya kasih kotak merah
Tampilan setelah klik edit seperti dibawah ini :
Lalu scroll kebawah dan cari bagian yang awalannya :
proxies :
Scroll kebawah sampai menemukan yang awalannya proxies : , seperti dibawah ini :
perhatikan proxies : bagian yang di kotak merah
Format akun mulai dari bawah proxies :
Bisa dilihat dibawah ini :
- name: BUG 1
server: ikd.ifast.my.id
port: 443
type: trojan
password: 7e27c87f-d033-498b-8214-7c8a92a0f5f4
network: ws
sni: ikd.ifast.my.id
skip-cert-verify: true
ws-opts:
path: /trojan
headers:
Host: ikd.ifast.my.id
udp: true
- name: BUG 2
server: ikd.ifast.my.id
port: 443
type: trojan
password: 7e27c87f-d033-498b-8214-7c8a92a0f5f4
network: ws
sni: ikd.ifast.my.id
skip-cert-verify: true
ws-opts:
path: /trojan
headers:
Host: ikd.ifast.my.id
udp: true
Format BUG BOLAK BALIK/WS :
TROJAN :
- name: BUG 1
server: bug.com ganti bug.com menjadi bug yang ada di listbug
port: 443
type: trojan
password: 7e27c87f-d033-498b-8214-7c8a92a0f5f4
network: ws
sni: ikd.ifast.my.id
skip-cert-verify: true
ws-opts:
path: /trojan
headers:
Host: ikd.ifast.my.id
udp: true
VMESS :
- name: BUG 1
server: bug.com ganti bug.com menjadi bug yang ada di listbug
type: vmess
port: 443
uuid: 2d76729b-ded7-40c1-9984-bf5467626051
alterId: 0
cipher: auto
tls: true
skip-cert-verify: true
servername: ikd.ifast.my.id
network: ws
ws-opts:
path: /vmess
headers:
Host: ikd.ifast.my.id
udp: true
VLESS:
- name: BUG 1
server: bug.com ganti bug.com menjadi bug yang ada di listbug
port: 443
type: vless
uuid: c005a6a1-52f2-4c10-9ba9-55b71d8a5a6f
cipher: auto
tls: true
skip-cert-verify: true
servername: ikd.ifast.my.id
network: ws
ws-opts:
path: /vless
headers:
Host: ikd.ifast.my.id
udp: true
penjelasan :
Jika bug yang digunakan bolak balik maka bug dimasukan ke bagian server, untuk sni dan host isi dengan hostname dari akun vpnnya. Ganti bug.com menjadi bug yang terdapat di listbug.
Format BUG SNI :
TROJAN :
- name: BUG 1
server: ikd.ifast.my.id
port: 443
type: trojan
password: 7e27c87f-d033-498b-8214-7c8a92a0f5f4
network: ws
sni: bug.com ganti bug.com menjadi bug yang ada di listbug
skip-cert-verify: true
ws-opts:
path: /trojan
headers:
Host: ikd.ifast.my.id
udp: true
VMESS :
- name: BUG 1
server: ikd.ifast.my.id
type: vmess
port: 443
uuid: 2d76729b-ded7-40c1-9984-bf5467626051
alterId: 0
cipher: auto
tls: true
skip-cert-verify: true
servername: bug.com ganti bug.com menjadi bug yang ada di listbug
network: ws
ws-opts:
path: /vmess
headers:
Host: ikd.ifast.my.id
udp: true
VLESS:
- name: BUG 1
server: ikd.ifast.my.id
port: 443
type: vless
uuid: c005a6a1-52f2-4c10-9ba9-55b71d8a5a6f
cipher: auto
tls: true
skip-cert-verify: true
servername: bug.com ganti bug.com menjadi bug yang ada di listbug
network: ws
ws-opts:
path: /vless
headers:
Host: ikd.ifast.my.id
udp: true
penjelasan :
Jika bug yang digunakan SNI maka bug dimasukan ke bagian server, untuk sni dan host isi dengan hostname dari akun vpnnya. Ganti bug.com menjadi bug yang terdapat di listbug.
Apabila pakai multibug, name dari masing masing format wajib dibedakan contohnya seperti dibawah ini :
TROJAN :
- name: BUG 1
server: ikd.ifast.my.id
port: 443
type: trojan
password: 7e27c87f-d033-498b-8214-7c8a92a0f5f4
network: ws
sni: bug.com ganti bug.com menjadi bug yang ada di listbug
skip-cert-verify: true
ws-opts:
path: /trojan
headers:
Host: ikd.ifast.my.id
udp: true
- name: BUG 2
server: ikd.ifast.my.id
port: 443
type: trojan
password: 7e27c87f-d033-498b-8214-7c8a92a0f5f4
network: ws
sni: bug.com ganti bug.com menjadi bug yang ada di listbug
skip-cert-verify: true
ws-opts:
path: /trojan
headers:
Host: ikd.ifast.my.id
udp: true
VMESS :
- name: BUG 1
server: ikd.ifast.my.id
type: vmess
port: 443
uuid: 2d76729b-ded7-40c1-9984-bf5467626051
alterId: 0
cipher: auto
tls: true
skip-cert-verify: true
servername: bug.com ganti bug.com menjadi bug yang ada di listbug
network: ws
ws-opts:
path: /vmess
headers:
Host: ikd.ifast.my.id
udp: true
- name: BUG 2
server: ikd.ifast.my.id
type: vmess
port: 443
uuid: 2d76729b-ded7-40c1-9984-bf5467626051
alterId: 0
cipher: auto
tls: true
skip-cert-verify: true
servername: bug.com ganti bug.com menjadi bug yang ada di listbug
network: ws
ws-opts:
path: /vmess
headers:
Host: ikd.ifast.my.id
udp: true
VLESS:
- name: BUG 1
server: ikd.ifast.my.id
port: 443
type: vless
uuid: c005a6a1-52f2-4c10-9ba9-55b71d8a5a6f
cipher: auto
tls: true
skip-cert-verify: true
servername: bug.com ganti bug.com menjadi bug yang ada di listbug
network: ws
ws-opts:
path: /vless
headers:
Host: ikd.ifast.my.id
udp: true
- name: BUG 2
server: ikd.ifast.my.id
port: 443
type: vless
uuid: c005a6a1-52f2-4c10-9ba9-55b71d8a5a6f
cipher: auto
tls: true
skip-cert-verify: true
servername: bug.com ganti bug.com menjadi bug yang ada di listbug
network: ws
ws-opts:
path: /vless
headers:
Host: ikd.ifast.my.id
udp: true
Setelah Mengatur Bagian proxies dan format akun VPN. Lanjut scroll kebawah sampai pada bagian proxy-group :
perhatikan proxie-groups : bagian yang di kotak merah
Perhatikan Bagian proxies : yang terdapat dibagian proxy-group : , lihat gambar dibawah ini :
perhatikan proxies : bagian yang di kotak merah
Perhatikan bagian didalam proxies :
proxies:
- BUG 1
- BUG 2
Ganti atau sesuaikan nama dari BUG1 dan BUG2 menjadi name yang ada didalam format akun yang sudah diatur, contohnya :
TROJAN :
- name: BUG SATU
server: ikd.ifast.my.id
port: 443
type: trojan
password: 7e27c87f-d033-498b-8214-7c8a92a0f5f4
network: ws
sni: bug.com ganti bug.com menjadi bug yang ada di listbug
skip-cert-verify: true
ws-opts:
path: /trojan
headers:
Host: ikd.ifast.my.id
udp: true
VMESS :
- name: BUG SATU
server: ikd.ifast.my.id
type: vmess
port: 443
uuid: 2d76729b-ded7-40c1-9984-bf5467626051
alterId: 0
cipher: auto
tls: true
skip-cert-verify: true
servername: bug.com ganti bug.com menjadi bug yang ada di listbug
network: ws
ws-opts:
path: /vmess
headers:
Host: ikd.ifast.my.id
udp: true
VLESS:
- name: BUG SATU
server: ikd.ifast.my.id
port: 443
type: vless
uuid: c005a6a1-52f2-4c10-9ba9-55b71d8a5a6f
cipher: auto
tls: true
skip-cert-verify: true
servername: bug.com ganti bug.com menjadi bug yang ada di listbug
network: ws
ws-opts:
path: /vless
headers:
Host: ikd.ifast.my.id
udp: true
Ganti atau ubah sesuaikan dengan name yang terdapat di format akun seperti contoh dibawah ini :
proxies:
- BUG SATU
APABILA MENGGUNAKAN MULTI BUG ATAU AKUN :
TROJAN :
- name: BUG SATU
server: ikd.ifast.my.id
port: 443
type: trojan
password: 7e27c87f-d033-498b-8214-7c8a92a0f5f4
network: ws
sni: bug.com ganti bug.com menjadi bug yang ada di listbug
skip-cert-verify: true
ws-opts:
path: /trojan
headers:
Host: ikd.ifast.my.id
udp: true
- name: BUG DUA
server: ikd.ifast.my.id
port: 443
type: trojan
password: 7e27c87f-d033-498b-8214-7c8a92a0f5f4
network: ws
sni: bug.com ganti bug.com menjadi bug yang ada di listbug
skip-cert-verify: true
ws-opts:
path: /trojan
headers:
Host: ikd.ifast.my.id
udp: true
VMESS :
- name: BUG SATU
server: ikd.ifast.my.id
type: vmess
port: 443
uuid: 2d76729b-ded7-40c1-9984-bf5467626051
alterId: 0
cipher: auto
tls: true
skip-cert-verify: true
servername: bug.com ganti bug.com menjadi bug yang ada di listbug
network: ws
ws-opts:
path: /vmess
headers:
Host: ikd.ifast.my.id
udp: true
- name: BUG DUA
server: ikd.ifast.my.id
type: vmess
port: 443
uuid: 2d76729b-ded7-40c1-9984-bf5467626051
alterId: 0
cipher: auto
tls: true
skip-cert-verify: true
servername: bug.com ganti bug.com menjadi bug yang ada di listbug
network: ws
ws-opts:
path: /vmess
headers:
Host: ikd.ifast.my.id
udp: true
VLESS:
- name: BUG SATU
server: ikd.ifast.my.id
port: 443
type: vless
uuid: c005a6a1-52f2-4c10-9ba9-55b71d8a5a6f
cipher: auto
tls: true
skip-cert-verify: true
servername: bug.com ganti bug.com menjadi bug yang ada di listbug
network: ws
ws-opts:
path: /vless
headers:
Host: ikd.ifast.my.id
udp: true
- name: BUG DUA
server: ikd.ifast.my.id
port: 443
type: vless
uuid: c005a6a1-52f2-4c10-9ba9-55b71d8a5a6f
cipher: auto
tls: true
skip-cert-verify: true
servername: bug.com ganti bug.com menjadi bug yang ada di listbug
network: ws
ws-opts:
path: /vless
headers:
Host: ikd.ifast.my.id
udp: true
Ganti atau ubah sesuaikan dengan name yang terdapat di format akun seperti contoh dibawah ini :
proxies:
- BUG SATU
- BUG DUA
Hasil isi dari proxy-groups :
proxy-groups:
- name: AKUNKU
type: url-test
disable-udp: false
proxies:
- BUG SATU
- BUG DUA
url: http://www.gstatic.com/generate_204
interval: '300'
tolerance: '150'
rules:
- MATCH,AKUNKU
Jika semua langkah diatas sudah dilakukan, selanjutnya scroll kebawah cari tombol commit settings, seperti gambar dibawah ini :
perhatikan tombol commit settings pada bagian yang di kotak merah
Klik Tombol commit settings, lalu akan kembali ke menu config manage, seperti gambar dibawah ini :
Apabila sudah diarahkan otomatis ke config manage, scroll kebawah dan cari tombol apply settings, seperti gambar dibawah ini :
Perhatikan tombol Apply settings pada bagian yang dikotak merah
Klik tombol APPLY SETTINGS dan otomatis Openclash akan restart tunggu hingga running semua, setelah itu cek di yacd control panel pada bagian proxies seperti contoh dibawah ini :
Perhatikan nama proxies yang terdapat di akunku berubah menjadi name yang terdapat di proxies atau di proxy-groups
GANTI BUG SUDAH SELESAI