mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2024-11-06 03:44:00 +00:00
28 lines
587 B
JSON
28 lines
587 B
JSON
|
{
|
||
|
"inbounds": [
|
||
|
{
|
||
|
"port": 10002,
|
||
|
"listen": "0.0.0.0",
|
||
|
"protocol": "vmess",
|
||
|
"settings": {
|
||
|
"clients": [
|
||
|
{
|
||
|
"id": "b831381d-6324-4d53-ad4f-8cda48b30811",
|
||
|
"alterId": 32
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"streamSettings": {
|
||
|
"network": "tcp"
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"outbounds": [
|
||
|
{
|
||
|
"protocol": "freedom"
|
||
|
}
|
||
|
],
|
||
|
"log": {
|
||
|
"loglevel": "debug"
|
||
|
}
|
||
|
}
|