Files
omv-dijiang/config/minecraft/client/config.json
T
2026-03-05 15:48:45 +08:00

37 lines
579 B
JSON

{
"log": {
"level": "info"
},
"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"
}
}