Windows版V2ray客户端安装配置指南
V2ray官方Windows客户端安装配置
{
"inbounds": [
{
"port": 1080, // 监听端口
"protocol": "socks", // 入口协议为 SOCKS 5
"sniffing": {
"enabled": true,
"destOverride": ["http", "tls"]
},
"settings": {
"auth": "noauth" //socks的认证设置,noauth 代表不认证,由于 socks 通常在客户端使用,所以这里不认证
}
}
],
"outbounds": [
{
"protocol": "vmess", // 出口协议
"settings": {
"vnext": [
{
"address": "serveraddr.com", // 服务器地址,请修改为你自己的服务器 IP 或域名
"port": 33333, // 服务器端口
"users": [
{
"id": "b9a7e7ac-e9f2-4ac2-xxxx-xxxxxxxxxx", // 用户 ID,必须与服务器端配置相同
"alterId": 0
}
]
}
]
}
}
]
}
V2ray客户端配置文件(绕过国内域名及IP)
Windows下的第三方V2ray客户端

Last updated




