Metadata-Version: 2.1
Name: mtprotoproxy
Version: 1.0.6
Summary: Async MTProto Proxy
Home-page: https://github.com/alexbers/mtprotoproxy
Author: Alexander Bersenev
Author-email: bay@hackerdom.ru
Maintainer: Alexander Bersenev
Maintainer-email: bay@hackerdom.ru
License: MIT
Description: # Async MTProto Proxy #
        
        Fast and simple to setup mtproto proxy.
        
        ## Starting Up ##
            
        1. *(optional, recommended)* `pip install uvloop`
        2. `pip install mtprotoproxy`
        3. `mtprotoproxy <port> <secret> [ad_tag] [tls_domain]`. Example: `mtprotoproxy 443 d14c0fb43d4bb5be3184037560fb146c 3c09c680b76ee91a4c25ad51f742267d google.com`
        
        ## Channel Advertising ##
        
        To advertise a channel get a tag from **@MTProxybot**.
        
        ## Performance ##
        
        The proxy performance should be enough to comfortably serve about 4 000 simultaneous users on
        the VDS instance with 1 CPU core and 1024MB RAM.
        
        ## Advanced Usage ##
        
        The proxy can be launched:
        - with a custom config: `python3 mtprotoproxy.py [configfile]`
        - several times, clients will be automaticaly balanced between instances
Platform: UNKNOWN
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Provides-Extra: uvloop
