Skip to content

Commit

Permalink
Update 1_v2ray_config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lxhao61 committed Oct 18, 2022
1 parent a153c08 commit e4b3cf9
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions v2ray(E+B+G+A)+trojan+nginx/1_v2ray_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
},
{
"path": "/HALdGZ9k", //通过路径分流
"dest": 2001, //分流后转给vless+ws监听端口
"xver": 2 //开启PROXY protocol发送,发送真实来源IP和端口给如下vless+ws应用。1或2表示PROXY protocol版本。多级传递,建议配置2。
"dest": 2001, //分流后转给vmess+ws监听端口
"xver": 2 //开启PROXY protocol发送,发送真实来源IP和端口给如下vmess+ws应用。1或2表示PROXY protocol版本。多级传递,建议配置2。
}
]
},
Expand Down Expand Up @@ -67,16 +67,15 @@
},
{
"listen": "127.0.0.1", //只监听本机,避免本机外的机器探测到下面端口。
"port": 2001, //vless+ws监听端口
"protocol": "vless",
"port": 2001, //vmess+ws监听端口
"protocol": "vmess",
"settings": {
"clients": [
{
"id": "048e0bf2-dd56-11e9-aa37-5600024c1d6a", //修改为自己的UUID
"id": "21376258-dd56-11e9-aa37-5600024c1d6a", //修改为自己的UUID
"email": "[email protected]"
}
],
"decryption": "none"
]
},
"streamSettings": {
"network": "ws",
Expand Down

0 comments on commit e4b3cf9

Please sign in to comment.