Giter Club home page Giter Club logo

multi-v2ray's Introduction

multi-v2ray

a tool to manage v2ray config json, support multiple user && group manage

Feature

  • V2ray && Iptables Traffic Statistics
  • Command line to manage
  • Multiple user && port manage
  • Dynamic port
  • Ban bittorrent
  • Range port
  • TcpFastOpen
  • CDN mode
  • 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

How To Use

new install

source <(curl -sL https://git.io/fNgqx)

中文版安装

source <(curl -sL https://git.io/fNgqx) --zh

keep profile to update(保留配置文件更新)

source <(curl -sL https://git.io/fNgqx) -k

uninstall

source <(curl -sL https://git.io/fNgqx) --remove

Command Line

v2ray [-h|--help] [options]
    -h, --help           get help
    -v, --version        get version
    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
    log                  check v2ray log

Docker Run

docker run -d --name v2ray --restart always --network host jrohy/v2ray

it will create random port + random header(srtp | wechat-video | utp | dtls) kcp profile

check v2ray profile:

docker exec v2ray bash -c "v2ray info"

only restart container to make effect when u change v2ray config.json:

docker restart v2ray

warning: if u run with centos, u should close firewall first

systemctl stop firewalld.service
systemctl disable firewalld.service

Changelog

see Changelog

Dependent

docker: https://hub.docker.com/r/jrohy/v2ray
pip: https://pypi.org/project/v2ray-util/
python3: https://github.com/Jrohy/python3-install

multi-v2ray's People

Contributors

jrohy avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.