Files
omv-dijiang/config/minecraft/client/config.json
T
2026-04-25 09:04:39 +08:00

37 lines
580 B
JSON

{
"log": {
"level": "debug"
},
"inbounds": [
{
"type": "mixed",
"tag": "mixed-in",
"listen": "127.0.0.1",
"listen_port": 1080
}
],
"outbounds": [
{
"type": "minecraft",
"tag": "mc-out",
"server": "127.0.0.1",
"server_port": 25565,
"username": "Steve",
"password": "my-secret-password"
},
{
"type": "direct",
"tag": "direct"
}
],
"route": {
"rules": [
{
"inbound": "mixed-in",
"outbound": "mc-out"
}
],
"final": "direct"
}
}