Server config:


{
"inbounds": [{
"port": 20000, //Server Listening Port
"protocol": "vmess",
"settings": {
"clients": [
{
"id": "69b1f26e-63c4-48ec-b47b-0fb28a6585db", //User 1
"level": 0,
"alterId": 64 //default is 16
},
{
"id": "69b1f26e-63c4-48ec-b47b-0fb28a6585db", //User 2
"level": 1,
"alterId": 64
},
{
"id": "69b1f26e-63c4-48ec-b47b-0fb28a6585db", //User 3
"level": 1,
"alterId": 64
},
{
"id": "69b1f26e-63c4-48ec-b47b-0fb28a6585db", //User 4
"level": 1,
"alterId": 64
}
]
},
"streamSettings": {
"network": "mkcp", // "mkcp" and "kcp"
"kcpSettings": {
"uplinkCapacity": 5, //Max UpLink 100Mbps
"downlinkCapacity": 100, //Max DownLink 100Mbps
"readBufferSize": 5, //Buffer Size(MB),Normally 20Mbps use 1MB memory
"writeBufferSize": 5,
"congestion": true, // Open Congestion control (True recommend)
"header": {
"type": "none"
}
}
},
"tcpSettings": {
"header": {
"type": "none"
}
},
"quicSettings": { //Open QUIC client Windows XP (not included) above
"security": "none",
"key": "",
"header": {
"type": "none"
}
}
}],
"outbounds": [{
"protocol": "freedom",
"settings": {}
}
}

最新文章

  1. Activity详解生命周期(Android)
  2. 编程key note
  3. CSS3简单动画
  4. MQTT V3.1----publish解读
  5. [Cocos2d-x For WP8]Layer 层
  6. Python: 如何继承str/string?
  7. 背景图片与 CSS的那些事
  8. gulp-less插件之less文件编译成css
  9. [HDOJ5723]Abandoned country(最小生成树,期望)
  10. Spring入门(5)-自动装配Bean属性
  11. Bzoj 1648: [Usaco2006 Dec]Cow Picnic 奶牛野餐 深搜,bitset
  12. 一个给力的html5 画多边形的例子
  13. [转]HttpClient使用详解
  14. MYSQL的REPLACE和ON DUPLICATE KEY UPDATE使用
  15. QT windeployqt
  16. js用解构来定义变量并赋值
  17. 第 8 章 容器网络 - 051 - 在 overlay 中运行容器
  18. 解决debug到jdk源码时不能查看变量值的问题
  19. Apache 日志设置不记录指定文件类型的方法和日志轮
  20. django-媒体文件,图片存储

热门文章

  1. Java内部类(2):普通的成员内部类
  2. 7. grep
  3. Docker Windows
  4. Mac下配置多个SSH Keys
  5. coding.net------WEBHOOK自动部署实战
  6. 【Matlab开发】MATLAB编译C/C++代码
  7. Vue常见问题集中
  8. arm-linux的gdb移植
  9. 阿里云云计算ACP专业认证考试
  10. 【LOJ】#3087. 「GXOI / GZOI2019」旅行者