| 本帖最後由 ttmuskie 於 2017-12-26 15:22 編輯 
 I've installed the latest version (v3.4) and found that I can't access the server on my LAN from my Android phone. (using v2rayNG). Am I missing something?
 
 config.json
 error.log複製代碼{
  "log" : {
    "access": "/var/log/v2ray/access.log",
    "error": "/var/log/v2ray/error.log",
    "loglevel": "debug"
  },
  "inbound": {
    "port": 55555,
    "protocol": "vmess",
    "settings": {
      "clients": [
        {
          "id": "a992b723-acd6-4107-906e-XXXXXXXXXXXX",
          "level": 1,
          "alterId": 64
        }
      ]
    }
  },
  "outbound": {
    "protocol": "freedom",
    "settings": {}
  }
}
複製代碼2017/12/26 15:20:19 [Info]: App|Proxyman|Inbound: connection ends > Proxy|VMess|Inbound: connection ends > context canceled
2017/12/26 15:20:19 [Info]: App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
2017/12/26 15:20:57 [Info]: App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
 |