Files
2026-04-25 09:04:39 +08:00

63 lines
1.2 KiB
JSON

{
"log": {
"level": "debug"
},
"inbounds": [
{
"type": "minecraft",
"tag": "mc-in",
"listen": "::",
"listen_port": 25565,
"users": [
{
"username": "Steve",
"password": "my-secret-password"
}
],
"status": {
"forward": false,
"version": {
"name": "1.20.4",
"protocol": 765
},
"description": {"text": "A Minecraft Server", "color": "green"},
"players": {
"max": 20,
"online": 1,
"sample": [
{
"name": "Notch",
"id": "069a79f4-44e9-4726-a5be-fca90e38aaf5"
}
]
},
"enforces_secure_chat": false
},
"fallback": {
"server": "mc.hypixel.net",
"server_port": 25565,
"tag": "mc-fallback"
}
}
],
"outbounds": [
{
"type": "direct",
"tag": "proxy-out"
},
{
"type": "direct",
"tag": "fallback-out"
}
],
"route": {
"rules": [
{
"inbound": "mc-fallback",
"outbound": "fallback-out"
}
],
"final": "proxy-out"
}
}