37 lines
580 B
JSON
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"
|
|
}
|
|
}
|