| 
 | 
 
 楼主 |
发表于 2018-6-19 18:12:00
|
显示全部楼层
 
 
 
一个人搞6小鸡,每个小鸡一个月只用几个G流量。就这样还被拦截。看来墙发现特征的水平越来越高了。 
  
 
v2ray 服务器端配置文件关键内容如下 (大家用的时候改一下port 和 id) 
  "inbound": { 
    "port": 30000,   
    "protocol": "vmess", 
    "settings": { 
      "clients": [ 
        { 
          "id": "aaaaaaa8-c777-45e4-999c-b44444444447", 
          "level": 1, 
          "alterId": 64 
        } 
      ] 
    }, 
    "streamSettings": { 
      "network": "mkcp",  
      "kcpSettings": { 
        "mtu": 1350, 
        "tti": 20, 
        "uplinkCapacity": 5, 
        "downlinkCapacity": 100, 
        "congestion": false, 
        "readBufferSize": 1, 
        "writeBufferSize": 1, 
        "header": { 
          "type": "none" 
        } 
      } 
    } 
  }, |   
 
 
 
 |