| 123456789101112131415161718192021222324252627282930313233343536373839 | {  "port": 50041,  "inbound": {    "listen": "127.0.0.1",    "protocol": "vmess",    "settings": {      "clients": [        {          "id": "d17a1af7-efa5-42ca-b7e9-6a35282d737f",          "level": 1,          "alterId": 10        }      ]    }  },  "outbound": {    "protocol": "freedom",    "settings": {}  },  "outboundDetour": [{    "protocol": "blackhole",    "settings": {      "response": {        "type": "http"      }    },    "tag": "blocked"  }],  "routing": {    "strategy": "rules",    "settings": {      "rules": [{        "type": "field",        "port": "50049",        "outboundTag": "blocked"      }]    }  }}
 |