Install v2ray VPN
Table of Contents
Aquí tienes el código convertido, usando el formato adecuado para Markdown:
## a tool to manage v2ray/xray config json, support multiple user && group manage
![V2ray Util])
## Feature:
1. **Support Xray manage, different commands (v2ray/xray) enter different core management**
2. **V2ray && Iptables Traffic Statistics**
3. **Command line to manage**
4. **Multiple user && port manage**
5. **Cloudcflare cdn mode**
6. **Support pure ipv6 VPS**
7. **Support Docker**
8. **Dynamic port**
9. **Ban bittorrent**
10. **Range port**
11. **TcpFastOpen**
12. **Vmess/VLESS/Socks5/MTproto share link**
13. **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_TCP
- VLESS_TLS
- VLESS_WS
- VLESS_XTLS
- 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/xray [-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 [version] update v2ray to special version
update.sh update multi-v2ray to latest
add add new group
add [protocol] 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
rm uninstall core
Dependent:
- v2ray docker: https://hub.docker.com/r/jrohy/v2ray
- xray docker: https://hub.docker.com/r/jrohy/xray
- pip: https://pypi.org/project/v2ray-util/
- python3: https://github.com/Jrohy/python3-install
- acme: https://github.com/Neilpang/acme.sh
0 - 0