Posts

Showing posts from February, 2020

V2Ray多用户配置教程

 用指令: cat /etc/v2ray/config.json 打开配置文件 config.json ,之后看到配置文件如下格式: {    "inbounds" : [{      "port" :  12345 ,      "protocol" :  "vmess" ,      "settings" : {        "clients" : [          {            "id" :  "f8123442-a199-4ba3-b66c-3751234fbb47" ,            "level" :  1 ,            "alterId" :  64          }        ]      }    }],    "outbounds" : [{      "protocol" :  "freedom" ,      "settings" : {}    },{      "protocol" :  "blackhole" ,   ...