Configuration samples of multiple vmess and shadowsocks accounts for V2Ray server
| 本帖最後由 角色 於 2019-2-5 16:22 編輯 
 一般安装,系统给你一套新的settings如port number和UUID (user and password一体化)。如果一个人,那么什么都不用set就可以用,只要把port number和UUID记下来就可以。
 
 不过很快,你会开accounts给亲友用,怎样开呢?下面是一个configuration sample,你可以通过它加加减减。
 
 官网:https://v2ray.com/
 
 格式:https://v2ray.com/chapter_02/01_overview.html
 
 Android mobile phone 用 BifrsotV (大部分功能都能实现)
 iPhone 用shadowrocket (很多功能还没有支持)
 
 Listing 1:V2Ray version:4.13+
 .複製代碼{
  "log": {},
  "api": {},
  "dns": {},
  "stats": {},
  "routing": {},
  "policy": {},
  "reverse": {},
  "inbounds": [],
  "outbounds": [],
  "transport": {}
}
 Listing 2: 第一次安装V2ray后的结果 Link 一个vmess account
 Listing 3: V2Ray default server settings Link 一个vmess account
 |