| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "port": 50001,
- "listen": "127.0.0.1",
- "log": {
- "loglevel": "none"
- },
- "inbound": {
- "protocol": "vmess",
- "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",
- "settings": {
- "clients": [
- {
- "id": "d17a1af7-efa5-42ca-b7e9-6a35282d737f",
- "level": 1
- }
- ]
- }
- }
- ]
- }
|