Skip to content

Latest commit

 

History

History
110 lines (99 loc) · 3.02 KB

README_EN.md

File metadata and controls

110 lines (99 loc) · 3.02 KB

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
  • Cloudcflare cdn mode
  • Support pure ipv6 VPS
  • Support Docker
  • 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
    • VLESS
    • Trojan

How To Use

new install

source <(curl -sL https://multi.netlify.app/v2ray.sh)

keep profile to update

source <(curl -sL https://multi.netlify.app/v2ray.sh) -k

uninstall

source <(curl -sL https://multi.netlify.app/v2ray.sh) --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
    update.sh            update multi-v2ray to latest
    add                  random create mkcp + (srtp|wechat-video|utp|dtls|wireguard) 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
    cdn                  cdn mode
    stats                v2ray traffic statistics
    iptables             iptables traffic statistics
    clean                clean v2ray log
    log                  check v2ray log

Docker Run

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

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

custom v2ray config.json:

docker run -d --name v2ray --privileged -v /path/config.json:/etc/v2ray/config.json --restart always --network host jrohy/v2ray

check v2ray profile:

docker exec v2ray bash -c "v2ray info"

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

systemctl stop firewalld.service
systemctl disable firewalld.service

Dependent

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