ePro Dev Team
Open in Telegram
Official Channel ePro Dev Team All bug you can send message to fb.me/eprodevteam If you think the app is helpful to you, you can treat me to a cup of coffee, thank you for your support! https://paypal.me/YHQ
Show more3 505
Subscribers
No data24 hours
-127 days
-4830 days
Posts Archive
3 505
News:
Dropbox format so that it can support ShortUrls:
https://www.dropbox.com/s/[ID]/[FILE_NAME]?dl=1
https://www.dropbox.com/s/[ID]/[FILE_NAME]?raw=1
https://dl.dropboxusercontent.com/s/[ID]/[FILE_NAME]
3 505
Announcement:
- Shorturl will be reset at any time.
- For v3.4.25(234) Pastebin and Google Drive maybe can't be read, there is a problem with the connection time out on h.c (will be fix at the next version).
- working finely with dropbox and github.
Best regards,
ePro Dev. Team
3 505
HTTP Custom v3.4.25(324)
Changelog:
- optimization open config from cloud v3.4.25(323)
- new feature "ShortUrl Maker" in side menu
- new feature open "Cloud Config"
- new feature "SSH/VPN with HWID"
Note:
ShortUrl works to hide the original link, and the original link must point directly to the link config (ex: use raw.githubusercontent.com/, pastebin/raw/, dl.dropboxusercontent.com/s/ or yourdomain.com/config.hc)
https://play.google.com/store/apps/details?id=xyz.easypro.httpcustom
3 505
HTTP Custom v3.4.16(318)
Changelog:
- fix load cfg v3.4.16(317)
https://play.google.com/store/apps/details?id=xyz.easypro.httpcustom
3 505
HTTP Custom v3.4.16(317)
Changelog:
- improve for android 12
- improve open file for android 11and above
- improve wifi direct p2p android 11 and above
- minor bug fixes
https://play.google.com/store/apps/details?id=xyz.easypro.httpcustom
3 505
Test with v2.11.4(304)
changelog:
- add option keep vpnservice (menu (3dots) - ssh settings - Keep VPNService)
- add option ssh compression (menu (3dots) - ssh settings - SSH Compress)
- fixes issue speed (try enable or disable ssh compress to boost speed)
- only support v288 above
3 505
How to enable one port to multiple port in ws-epro with -salome (SAtu LObang raME-rame)
ws-epro -salome -listen :80 -ssh 127.0.0.1:22 -vpn 127.0.0.1:1194 -v2ray 127.0.0.1:10000 -psi 127.0.0.1:2086 -default 127.0.0.1:9999 -f config.yml
Note:
- init -v2ray, that's only works if your v2ray is websocket
- if you set -v2ray, port 80 will always pointing to v2ray but for port 443 it will work finely
- init -psi, that's only works if protocol psiphon is fronted meek or fronted meek http
- init -default set to listen port ws-epro
Where the contents of config.yml are
verbose: 0
listen:
# salome
- target_host: 127.0.0.1
target_port: 80
listen_port: 9999
3 505
Try http/socks direct proxy without ssh or vpn
Format http proxy:
shttp://xxx.xxx.xxx.xxx
Format socks4
shttp4://xxx.xxx.xxx.xxx
Format socks5
shttp5://xxx.xxx.xxx.xxx
then open menu (3 dots)
Utility -> Direct Proxy
DONE
3 505
Every time you open an old config, it will be automatically adjusted to the config from the latest version, with a note that the version supports to be able to open it.
So if you want old config still compatible with latest version, you need open it with latest version to make sure your config support with next version. (does not include beta version)
3 505
early access beta version for HTTP Custom
https://appdistribution.firebase.dev/i/6f85ddf0ef1d0e5e
3 505
SIMPLE AUTO INSTALLER (ws-epro v1.2.1)
Credit: jagoanssh.com
wget 'https://docs.google.com/uc?export=download&id=1bQ_rdKJ3G7UkVMGF_xZgbxBfP5CswQnT' -O 'install-ws' && chmod +x install-ws && ./install-ws
to add more port, you can edit /usr/local/etc/ws-epro/config.yml
example:
# openvpn
- target_host: 127.0.0.1
target_port: 1195
listen_port: 89
