Metadata-Version: 2.1
Name: v2ray-util
Version: 3.0.7a1
Summary: a tool to manage v2ray config json
Home-page: https://github.com/Jrohy/multi-v2ray
Author: Jrohy
Author-email: euvkzx@gmail.com
License: GPL
Description: # multi-v2ray
        a tool to manage v2ray config json, support multiple user && group manage  
        ![](https://img.shields.io/pypi/v/v2ray-util.svg) 
        ![](https://img.shields.io/github/stars/Jrohy/multi-v2ray.svg) 
        ![](https://img.shields.io/github/forks/Jrohy/multi-v2ray.svg) 
        ![](https://img.shields.io/github/license/Jrohy/multi-v2ray.svg)
        
        ## Feature
        - V2ray && Iptables Traffic Statistics
        - Command line to manage
        - Multiple user && port manage
        - Dynamic port
        - Ban bittorrent
        - Range port
        - TcpFastOpen
        - Vmess/Socks5/MTproto share link
        - Support protocol modify:
          - TCP
          - Fake http
          - WebSocket
          - mkcp
          - mKCP + srtp
          - mKCP + utp
          - mKCP + wechat-video
          - mKCP + dtls
          - mKCP + wireguard
          - HTTP/2
          - Socks5
          - MTProto
          - Shadowsocks
          - Quic
        
        ## Install
        new install
        ```
        source <(curl -sL https://git.io/fNgqx)
        ```
        
        keep profile to update
        ```
        source <(curl -sL https://git.io/fNgqx) -k
        ```
        
        uninstall
        ```
        source <(curl -sL https://git.io/fNgqx) --remove
        ```
        
        ## Command Line
        ```bash
        v2ray [-h|--help] [options]
            -h, --help           get help
            start                start V2Ray
            stop                 stop V2Ray
            restart              restart V2Ray
            status               check V2Ray status
            new                  create new json profile
            update               update v2ray to latest
            add                  random create mkcp + (srtp | wechat-video | utp | dtls) fake header group
            add [wechat|utp|srtp|dtls|wireguard|socks|mtproto|ss]     create special protocol, random new port
            del                  delete port group
            info                 check v2ray profile
            port                 modify port
            tls                  modify tls
            tfo                  modify tcpFastOpen
            stream               modify protocol
            stats                iptables traffic statistics
            clean                clean v2ray log
        ```
        
        ## Pip Source
        https://pypi.org/project/v2ray-util/
        
        ## Changelog
        see [Changelog](https://github.com/Jrohy/multi-v2ray/blob/master/Changelog.md)
Keywords: python v2ray multi-v2ray vmess socks5
Platform: UNKNOWN
Classifier: Topic :: Utilities
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3
Description-Content-Type: text/markdown
