v2ray icon indicating copy to clipboard operation
v2ray copied to clipboard

如何配置出入站设置做中转vps

Open albert285957606 opened this issue 2 years ago • 0 comments

root@root-kitten-1:~# v2ray client

请选择配置:

  1. Socks-18011.json
  2. VMess-mKCP-18088.json

请选择 [1-2]:2 选择: VMess-mKCP-18088.json

{ "outbounds": [ { "tag": "VMess-mKCP-18088.json", "protocol": "vmess", "settings": { "vnext": [ { "address": "104.225.237.189", "port": 18088, "users": [ { "id": "6071680d-41c5-472b-a7f9-8c4ad033e92c" } ] } ] }, "streamSettings": { "network": "kcp", "kcpSettings": { "seed": "6071680d-41c5-472b-a7f9-8c4ad033e92c", "header": { "type": "dtls" } } } } ] }

root@vm515623:~# v2ray client

请选择配置:

  1. VMess-TCP-10833.json
  2. VMess-TCP-18044.json

请选择 [1-2]:2 选择: VMess-TCP-18044.json

{ "outbounds": [ { "tag": "VMess-TCP-18044.json", "protocol": "vmess", "settings": { "vnext": [ { "address": "91.206.92.27", "port": 18044, "users": [ { "id": "f69f5a73-74a8-45e2-90eb-9a66200927c7" } ] } ] }, "streamSettings": { "network": "tcp", "tcpSettings": { "header": { "type": "http" } } } } ] }

albert285957606 avatar Jul 17 '23 07:07 albert285957606