Files
redapricot/client/config.example.json
T
2026-07-15 14:28:58 +08:00

14 lines
269 B
JSON

{
"server": "hub.example.com:25565",
"psk": "change-me-to-a-long-random-passphrase",
"maxConn": 4,
"pingIntervalMs": 20000,
"mappings": [
{
"pattern": "mc.example.com",
"destination": "127.0.0.1:25566",
"proxyProtocol": true
}
]
}