如何配置出入站设置做中转vps
root@root-kitten-1:~# v2ray client
请选择配置:
- Socks-18011.json
- 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
请选择配置:
- VMess-TCP-10833.json
- 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" } } } } ] }