青年 (@uuqingnian)折腾了一上午v2rayn配置不动了 中发帖

这是一台阿里云的新加坡去年申请的,debian11.3,然后这两两天学习一下小鸡翻翻 
这是我在云服务器上的配置
{
“inbounds”: [
{
“port”: 10086, // V2Ray监听的端口
“listen”: “0.0.0.0”, // 监听所有IP地址
“protocol”: “vmess”, // 使用 vmess 协议
“settings”: {
“clients”: [
{
“id”: “987xxxxxxxx-30b6-4269-9048-xxxxxxxxfa”, // 保持您的 UUID
“alterId”: 64, // alterId 值为64
“security”: “aes-128-gcm” // 加密方式
}
]
},
“streamSettings”: {
“network”: “tcp” // 使用...