1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
| { "inbounds": [ { "port": 12345, "listen": "0.0.0.0", "protocol": "vmess", "settings": { "clients": [ { "id": "643773f3-568d-4655-bc48-a75afb2eccdd", "level": 1, "alterId": 16 } ] } }, { "port": 12345, "listen": "0.0.0.0", "protocol": "vmess", "settings": { "clients": [ { "id": "643773f3-568d-4655-bc48-a75afb2eccdd", "level": 1, "alterId": 16 } ] }, "streamSettings": { "network": "mkcp", "kcpSettings": { "uplinkCapacity": 200, "downlinkCapacity": 30, "congestion": true, "header": { "type": "none" } } } } ], "outbounds": [ { "protocol": "freedom", "settings": {} } ] }
|