v2ray

 

2022-03-30

Terminal window
1
# Debian 安装(默认会自动安装 bbr)
2
# 先升级和安装 curl
3
apt-get update -y && apt-get install curl -y
4
5
bash <(curl -s -L https://git.io/v2ray.sh)
1
- name: "你的V2RAY节点1" # 软件显示的节点名字
2
type: vmess # 代理类型
3
server: v2rayssr.com # 服务器IP
4
port: 443 # 端口号
5
uuid: a3482e88-686a-4a58-8126-123456789
6
alterId: 64 #额外的ID
7
cipher: auto
8
#上面几行为必选参数
9
#下面几行为可选参数 根据你的配置情况来
10
# udp: true #默认不开启
11
# tls: true #TLS开启
12
# skip-cert-verify: true #默认不开启
13
# network: ws # 网路类型 WS HTTP等
14
# ws-path: /path # 路径
15
# ws-headers: #默认不开启
16
# Host: v2rayssr.com # HOST

参考