| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 | {  "port": 50001,  "log": {    "loglevel": "debug"  },  "inbound": {    "listen": "127.0.0.1",    "protocol": "vmess",    "allowPassive": true,    "settings": {      "clients": [        {          "id": "d17a1af7-efa5-42ca-b7e9-6a35282d737f",          "level": 1,          "alterId": 10        }      ],      "features": {        "detour": {          "to": "detour"        }      }    }  },  "outbound": {    "protocol": "freedom",    "settings": {}  },  "inboundDetour": [    {      "protocol": "vmess",      "listen": "127.0.0.1",      "port": "50005-50009",      "tag": "detour",      "allowPassive": true,      "settings": {        "clients": [          {            "id": "d17a1af7-efa5-42ca-b7e9-6a35282d737f",            "level": 1          }        ]      }    }  ]}
 |