Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azadrahorg/v2raycaddy-vless-vmess-ws-tls
V2ray Vless/Vmess + WS and TLS Installer
https://github.com/azadrahorg/v2raycaddy-vless-vmess-ws-tls
caddy caddy-server caddy2 caddyserver sing-box v2ray v2ray-ws-tls vless vless-ws-tls vmess vmess-ws-tls vpn vpn-server xray xray-core
Last synced: 17 days ago
JSON representation
V2ray Vless/Vmess + WS and TLS Installer
- Host: GitHub
- URL: https://github.com/azadrahorg/v2raycaddy-vless-vmess-ws-tls
- Owner: azadrahorg
- License: mit
- Created: 2022-12-23T13:40:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-17T02:57:13.000Z (over 1 year ago)
- Last Synced: 2024-10-11T22:25:23.615Z (about 1 month ago)
- Topics: caddy, caddy-server, caddy2, caddyserver, sing-box, v2ray, v2ray-ws-tls, vless, vless-ws-tls, vmess, vmess-ws-tls, vpn, vpn-server, xray, xray-core
- Language: Shell
- Homepage: https://t.me/azadrahorg
- Size: 20.5 KB
- Stars: 18
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# V2ray Vless/Vmess + WS and TLS Installer
V2ray Vless/Vmess + WS and TLS with caddy Installer + WARP Tunnel for IPv4 and IPv6
### Prerequisites
```
1- VPS
2- Domain
```
### Install
```bash
bash -c "$(curl -L https://raw.githubusercontent.com/azadrahorg/v2rayCaddy-vless-vmess-ws-tls/main/v2rayCaddy-vless-vmess-ws-tls.sh)"
```
### Uninstall
```
bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh) --remove
rm /etc/apt/sources.list.d/caddy-stable.list
apt remove -y caddy
```
### Vless/Vmess
Vless to Vmess Switch
```
sed -i "s/vless/vmess/g" /usr/local/etc/v2ray/config.json
```
Vmess to Vless Switch
```
sed -i "s/vmess/vless/g" /usr/local/etc/v2ray/config.json
```
Restart v2ray after each change
```
service v2ray restart
```