Stable
π LiveProto V0.0.15
-
Add support TLS fake handshake for MTProxy
-
Add some custom methods
-
Optimizing memory ( RAM ) usage
-
Add support socks4 proxy with TLS for all proxies
Install via Composer :
composer require taknone/liveprotoInstall via Phar :
if(file_exists('liveproto.php') === false){
copy('https://installer.liveproto.dev/liveproto.php','liveproto.php');
}
require_once 'liveproto.php';Documentation : https://docs.liveproto.dev
Full Changelog : v0.0.14...v0.0.15