Skip to content

v2ray/xray多用户管理部署程序

License

Notifications You must be signed in to change notification settings

viplq/multi-v2ray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

v2ray-util

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
  • 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

pip install v2ray-util

run v2ray-util to start manage v2ray
this tool only support python3+

Command Line

v2ray-util [-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

About

v2ray/xray多用户管理部署程序

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 83.2%
  • Shell 15.0%
  • Dockerfile 1.6%
  • Batchfile 0.2%