# LOAD BALANCING V2RAY
{
................
"outbounds": [
{
"protocol": "vmess",
"settings": {
"vnext": [
................
]
},
"streamSettings": {
................
},
"tag": "VMESS"
},
{
"protocol": "vless",
"settings": {
"vnext": [
................
]
},
"streamSettings": {
................
},
"tag": "VLESS"
}
],
"routing": {
"balancers": [
{
"tag": "lbTag",
"selector": [
"VMESS",
"VLESS"
]
}
],
"rules": [
{
"type": "field",
"network": "tcp,udp",
"balancerTag": "lbTag"
}
]
}
}
{
................
"outbounds": [
{
"protocol": "vmess",
"settings": {
"vnext": [
................
]
},
"streamSettings": {
................
},
"tag": "VMESS"
},
{
"protocol": "vless",
"settings": {
"vnext": [
................
]
},
"streamSettings": {
................
},
"tag": "VLESS"
}
],
"routing": {
"balancers": [
{
"tag": "lbTag",
"selector": [
"VMESS",
"VLESS"
]
}
],
"rules": [
{
"type": "field",
"network": "tcp,udp",
"balancerTag": "lbTag"
}
]
}
}
Segala laporan bug dan saran bisa hubungi kami di fb.me/eprodevteam
——————————————-
Any bug reports and suggestions can contact us at fb.me/eprodevteam
——————————————-
Any bug reports and suggestions can contact us at fb.me/eprodevteam
Jika anda gagal load config dari folder downloads di android 11 dan 12, coba pindahkan file .hc ke /sdcard/hc/
——————————————--
If you fail to load the config from the downloads folder on android 11 and 12, try moving the .hc file to /sdcard/hc/
——————————————--
If you fail to load the config from the downloads folder on android 11 and 12, try moving the .hc file to /sdcard/hc/
v3.7.3(405)
[NEW]
- proxified apps (allow/disallow apps through the VPN interface) - more options (3 dots)
- mobile ip hunter - side menu
[FIX]
- load config from cloud server
[IMPROVE]
- data ping support non root device
- mobile ip hunter
Note:
Proxified app = selected apps through to vpn interface
Bypass mode = selected apps exclude through to vpn interface
[NEW]
- proxified apps (allow/disallow apps through the VPN interface) - more options (3 dots)
- mobile ip hunter - side menu
[FIX]
- load config from cloud server
[IMPROVE]
- data ping support non root device
- mobile ip hunter
Note:
Proxified app = selected apps through to vpn interface
Bypass mode = selected apps exclude through to vpn interface
Media is too big
VIEW IN TELEGRAM
Root method, it is useful for those cell phones that do not have a digital assistant App.
This media is not supported in your browser
VIEW IN TELEGRAM
Different protocol sometimes it will get different response
-----------------------------------------------
Protokol yang berbeda terkadang mendapatkan respon yang berbeda
-----------------------------------------------
Protokol yang berbeda terkadang mendapatkan respon yang berbeda
SMART GUIDE SSH CUSTOM
1. Add new profile
- click "Profiles (click to add)" in side menu
2. Edit profile
- double click list profile or hold list profile until show popup menu "Edit"
3. Clone profile
- hold list profile until show popup menu "Clone"
4. Delete profile
- hold list profile until show popup menu "Delete" or selected list profile then click icon trash
5. Setting profile normal ssh
- leave blank payload, proxy and sni
6. Setting profile normal sni
- set port ssh to 443
- leave blank payload and proxy
- set sni
7. Setting normal payload
- set payload
- set proxy without start with url schema
8. Setting profile ws
- set payload
- set proxy start with or without http://
- if you set empty proxy, you must set bug host as host ssh and port ssh 80
9. Setting profile wss
- set payload
- set proxy must start with https://
- if you set empty proxy, you must set bug host as host ssh and port ssh 443
- set sni
10. Setting profile socks proxy
- leave blank payload
- set proxy must start with socks4:// or socks5://
Primary init:
- [netData] = initial request without EOL
- [raw] = initial request with EOL
- [method] = initial method of request
- [protocol] = initial protocol of request
- [ssh] = initial host:port of ssh
- [ssh_host] = initial host of ssh
- [ssh_port] = initial port of ssh
- [ip_port] = initial ip:port of ssh
- [host] = initial host of ssh
- [ip] = initial ip of ssh
- [port] = initial port of ssh
- [proxy] = initial proxy:port of proxy
- [proxy_host] = initial host of proxy
- [proxy_port] = initial port of proxy
- [cr][lf][crlf][lfcr] = initial EOL
- [ua] = initial user agent browser
Secondary init:
- [rotate=...] = initial rotation
- [random=...] = initial random
- [cr*x], [lf*x], [crlf*x], [lfcr*x] = initial how many EOL, where x is numeric
Limitation:
- not support combine http(s) proxy and socks proxy in one profile
- not suport rotation or random socks proxy in one profile
- not support combine normal sni and custom payload/ws/wss in one profile, because sni must empty payload
- not suport secondary init inside secondary init. ex. [rotate=GET / HTTP/1.1[crlf]Host: [rotate=host1.com;host2.com][crlf*2]]
Solution:
- You need make more then one profile to combine the limitation.
https://play.google.com/store/apps/details?id=dev.epro.ssc
1. Add new profile
- click "Profiles (click to add)" in side menu
2. Edit profile
- double click list profile or hold list profile until show popup menu "Edit"
3. Clone profile
- hold list profile until show popup menu "Clone"
4. Delete profile
- hold list profile until show popup menu "Delete" or selected list profile then click icon trash
5. Setting profile normal ssh
- leave blank payload, proxy and sni
6. Setting profile normal sni
- set port ssh to 443
- leave blank payload and proxy
- set sni
7. Setting normal payload
- set payload
- set proxy without start with url schema
8. Setting profile ws
- set payload
- set proxy start with or without http://
- if you set empty proxy, you must set bug host as host ssh and port ssh 80
9. Setting profile wss
- set payload
- set proxy must start with https://
- if you set empty proxy, you must set bug host as host ssh and port ssh 443
- set sni
10. Setting profile socks proxy
- leave blank payload
- set proxy must start with socks4:// or socks5://
Primary init:
- [netData] = initial request without EOL
- [raw] = initial request with EOL
- [method] = initial method of request
- [protocol] = initial protocol of request
- [ssh] = initial host:port of ssh
- [ssh_host] = initial host of ssh
- [ssh_port] = initial port of ssh
- [ip_port] = initial ip:port of ssh
- [host] = initial host of ssh
- [ip] = initial ip of ssh
- [port] = initial port of ssh
- [proxy] = initial proxy:port of proxy
- [proxy_host] = initial host of proxy
- [proxy_port] = initial port of proxy
- [cr][lf][crlf][lfcr] = initial EOL
- [ua] = initial user agent browser
Secondary init:
- [rotate=...] = initial rotation
- [random=...] = initial random
- [cr*x], [lf*x], [crlf*x], [lfcr*x] = initial how many EOL, where x is numeric
Limitation:
- not support combine http(s) proxy and socks proxy in one profile
- not suport rotation or random socks proxy in one profile
- not support combine normal sni and custom payload/ws/wss in one profile, because sni must empty payload
- not suport secondary init inside secondary init. ex. [rotate=GET / HTTP/1.1[crlf]Host: [rotate=host1.com;host2.com][crlf*2]]
Solution:
- You need make more then one profile to combine the limitation.
https://play.google.com/store/apps/details?id=dev.epro.ssc
Google Play
SSH Custom - Apps on Google Play
Multiple SSH, Payload, Proxy and SNI (Server Name Indication)
SSH Custom v0.0.2(7)
[FIXED]
- speed connection
- data ping
https://play.google.com/store/apps/details?id=dev.epro.ssc
[FIXED]
- speed connection
- data ping
https://play.google.com/store/apps/details?id=dev.epro.ssc
Google Play
SSH Custom - Apps on Google Play
Multiple SSH, Payload, Proxy and SNI (Server Name Indication)